update readme

pull/119/head
KaiyangZhou 2018-11-26 22:24:20 +00:00
parent 03c3e5a801
commit bd8997a1e6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ It has the following features:
- state-of-the-art training techniques.
## Updates
- 26-11-2018: Released pretrained weights (imagenet & reid) for [shufflenet](torchreid/models/shufflenet.py).
- 23-11-2018: Released imagenet-pretrained weights for [resnext50_32x4d](torchreid/models/resnext.py).
- 11-11-2018: Added multi-dataset training; Added cython code for cuhk03-style evaluation; Wrapped dataloader construction to Image/Video-DataManager; Wrapped argparse to [args.py](args.py); Added [MLFN (CVPR'18)](https://arxiv.org/abs/1803.09132).