<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gait-recognition.git/test, branch data_parallel_py3.8</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>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>Enable optimizer fine tuning</title>
<updated>2021-01-14T15:43:29+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-14T15:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=6ffc1c06f66277d37877fc13fb1ffa585598d6d7'/>
<id>6ffc1c06f66277d37877fc13fb1ffa585598d6d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update config file and convert int to str when joining</title>
<updated>2021-01-13T03:15:04+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-13T03:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=cdf2d2e00ff719e46b0d4bef46dabb1ddfe144dc'/>
<id>cdf2d2e00ff719e46b0d4bef46dabb1ddfe144dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multiple checkpoints for different model and set default config value</title>
<updated>2021-01-13T02:59:59+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-13T02:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=8ee391b65e2b48d777a268749f54b3aa9e4b9142'/>
<id>8ee391b65e2b48d777a268749f54b3aa9e4b9142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some changes in hyperparameter config</title>
<updated>2021-01-12T06:19:30+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-12T06:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=e3ffe09d3b509b718aa5093481a496a8cbf38187'/>
<id>e3ffe09d3b509b718aa5093481a496a8cbf38187</id>
<content type='text'>
1. Separate hyperparameter configs in model, optimizer and scheduler
2. Add more tunable hyperparameters in optimizer and scheduler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Separate hyperparameter configs in model, optimizer and scheduler
2. Add more tunable hyperparameters in optimizer and scheduler
</pre>
</div>
</content>
</entry>
<entry>
<title>Make predict function transform samples different conditions in a single shot</title>
<updated>2021-01-10T11:59:37+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-10T11:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=d30cf2cb280e83e4a4abe1e9c2abdbba17d903a3'/>
<id>d30cf2cb280e83e4a4abe1e9c2abdbba17d903a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add typical training script and some bug fixes</title>
<updated>2021-01-07T10:37:43+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-07T10:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=4a284084c253b9114fc02e1782962556ff113761'/>
<id>4a284084c253b9114fc02e1782962556ff113761</id>
<content type='text'>
1. Resolve deprecated scheduler stepping issue
2. Make losses in the same scale(replace mean with sum in separate triplet loss, enlarge pose similarity loss 10x)
3. Add ReLU when compute distance in triplet loss
4. Remove classes except Model from `models` package init
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Resolve deprecated scheduler stepping issue
2. Make losses in the same scale(replace mean with sum in separate triplet loss, enlarge pose similarity loss 10x)
3. Add ReLU when compute distance in triplet loss
4. Remove classes except Model from `models` package init
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CUDA support</title>
<updated>2021-01-06T14:19:27+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-06T14:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=f1fe77c083f952e81cf80c0b44611fc6057a7882'/>
<id>f1fe77c083f952e81cf80c0b44611fc6057a7882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add TensorBoard support</title>
<updated>2021-01-06T13:26:56+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-06T13:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=4befe59046fb3adf8ef8eb589999a74cf7136ff6'/>
<id>4befe59046fb3adf8ef8eb589999a74cf7136ff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Batch All Triplet Loss</title>
<updated>2021-01-05T12:20:06+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-01-05T12:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=ab29067d6469473481cc73fe42bcaf69d7633a83'/>
<id>ab29067d6469473481cc73fe42bcaf69d7633a83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
