Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-08-26 | 380 Bytes | |
Torchreid v1.0.0.tar.gz | 2019-08-26 | 314.8 kB | |
Torchreid v1.0.0.zip | 2019-08-26 | 379.2 kB | |
Totals: 3 Items | 694.4 kB | 0 |
Major updates:
- Significant changes to "scripts/main.py", where most arguments in argparse
are replaced with config.
- Add config files which contain predefined training params to configs/
.
- In data manager and engine, use_cpu
is changed to use_gpu
.
- In data manager, batch_size
is changed to batch_size_train
and batch_size_test
.
- Tensorboard is available.