Skip to content

Commit d5863e0

Browse files
author
KaiyangZhou
committed
0.9.1
1 parent 1732d9e commit d5863e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/user_guide.rst

+3
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ An example command line using ``scripts/main.py`` is
245245
--gpu-devices 0
246246
247247
248+
.. note::
249+
In order to visualize activation maps, the CNN needs to output the last convolutional feature maps at eval mode. See ``torchreid/models/osnet.py`` for example.
250+
248251

249252
Use your own dataset
250253
----------------------

torchreid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import
22
from __future__ import print_function
33

4-
__version__ = '0.9.0'
4+
__version__ = '0.9.1'
55
__author__ = 'Kaiyang Zhou'
66
__description__ = 'Deep learning person re-identification in PyTorch'
77

0 commit comments

Comments
 (0)