Skip to content

Torchreid v1.0.0

Compare
Choose a tag to compare
@KaiyangZhou KaiyangZhou released this 26 Aug 12:32
· 186 commits to master since this release

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.