update v0.9.4 to v1.0.0

pull/249/head v1.0.0
KaiyangZhou 2019-08-26 13:26:10 +01:00
parent ea58a25fe2
commit 5507b38c86
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
from __future__ import absolute_import
from __future__ import print_function
__version__ = '0.9.4'
__version__ = '1.0.0'
__author__ = 'Kaiyang Zhou'
__description__ = 'Deep learning person re-identification in PyTorch'
__url__ = 'https://github.com/KaiyangZhou/deep-person-reid'
from torchreid import (
engine,