From 5fb1b4c1b18472e1c98a01aaa474a41be217535a Mon Sep 17 00:00:00 2001 From: KaiyangZhou Date: Thu, 16 Apr 2020 13:24:43 +0100 Subject: [PATCH] update readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 476c33b..db7747b 100755 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ You can find some research projects that are built on top of Torchreid `here `_ and `ImageSoftmaxEngine `_ more details. Credit to `Dassl.pytorch `_. +- [Apr 2020] Upgraded to ``1.2.0``. The engine class has been made more model-agnostic to improve extensibility. See `Engine `_ and `ImageSoftmaxEngine `_ for more details. Credit to `Dassl.pytorch `_. - [Dec 2019] Our `OSNet paper `_ has been updated, with additional experiments (in section B of the supplementary) showing some useful techniques for improving OSNet's performance in practice. - [Nov 2019] ``ImageDataManager`` can load training data from target datasets by setting ``load_train_targets=True``, and the train-loader can be accessed with ``train_loader_t = datamanager.train_loader_t``. This feature is useful for domain adaptation research.