v1.3.4: features.data.cpu() => features.cpu().clone()

pull/412/head
KaiyangZhou 2021-01-22 16:21:43 +08:00
parent 454fe67abe
commit a105924200
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from __future__ import print_function, absolute_import
from torchreid import data, optim, utils, engine, losses, models, metrics
__version__ = '1.3.3'
__version__ = '1.3.4'
__author__ = 'Kaiyang Zhou'
__homepage__ = 'https://kaiyangzhou.github.io/'
__description__ = 'Deep learning person re-identification in PyTorch'