<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gait-recognition.git/utils, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/'/>
<entry>
<title>Add stop step for scheduler</title>
<updated>2021-04-08T04:57:40+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-04-08T04:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=a66e5a456a2b036b2b787371da3160efc559031f'/>
<id>a66e5a456a2b036b2b787371da3160efc559031f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert cross-reconstruction loss factor and make image log steps adjustable</title>
<updated>2021-04-07T07:46:34+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-04-07T07:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=bc82188377a8dc3068cd7b2ba5f02ed8bd4f2a54'/>
<id>bc82188377a8dc3068cd7b2ba5f02ed8bd4f2a54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes and refactoring</title>
<updated>2021-03-25T04:23:23+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-25T04:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=5a063855dbecb8f1a86ad25d9e61a9c8b63312b3'/>
<id>5a063855dbecb8f1a86ad25d9e61a9c8b63312b3</id>
<content type='text'>
1. Correct trained model signature
2. Move `val_size` to system config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Correct trained model signature
2. Move `val_size` to system config
</pre>
</div>
</content>
</entry>
<entry>
<title>Add embedding visualization and validate on testing set</title>
<updated>2021-03-22T11:32:16+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-22T11:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=b6e5972b64cc61fc967cf3d098fc629d781adce4'/>
<id>b6e5972b64cc61fc967cf3d098fc629d781adce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unbalanced datasets</title>
<updated>2021-03-14T13:07:03+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-14T13:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=263b8001ca1b25a43d1c87f187423054e141925d'/>
<id>263b8001ca1b25a43d1c87f187423054e141925d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code refactoring</title>
<updated>2021-03-12T05:56:17+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-12T05:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=c74df416b00f837ba051f3947be92f76e7afbd88'/>
<id>c74df416b00f837ba051f3947be92f76e7afbd88</id>
<content type='text'>
1. Separate FCs and triplet losses for HPM and PartNet
2. Remove FC-equivalent 1x1 conv layers in HPM
3. Support adjustable learning rate schedulers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Separate FCs and triplet losses for HPM and PartNet
2. Remove FC-equivalent 1x1 conv layers in HPM
3. Support adjustable learning rate schedulers
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes</title>
<updated>2021-03-10T06:10:24+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-10T06:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=1b8d1614168ce6590c5e029c7f1007ac9b17048c'/>
<id>1b8d1614168ce6590c5e029c7f1007ac9b17048c</id>
<content type='text'>
1. Resolve reference problems when parsing dataset selectors
2. Transform gallery using different models
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Resolve reference problems when parsing dataset selectors
2. Transform gallery using different models
</pre>
</div>
</content>
</entry>
<entry>
<title>New scheduler and new config</title>
<updated>2021-03-01T10:20:38+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-01T10:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=6002b2d2017912f90e8917e6e8b71b78ce58e7c2'/>
<id>6002b2d2017912f90e8917e6e8b71b78ce58e7c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change flat distance calculation method</title>
<updated>2021-03-01T06:04:02+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-01T06:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=7318a09451852e3f7d5f68180964f03bd0b0f616'/>
<id>7318a09451852e3f7d5f68180964f03bd0b0f616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove identical sample in Batch All case</title>
<updated>2021-03-01T03:20:34+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-01T03:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=4bdc37bbd86a83647bbbda7bd1367c08e6c6f6d4'/>
<id>4bdc37bbd86a83647bbbda7bd1367c08e6c6f6d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
