You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/user_guide.rst
+3
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,9 @@ An example command line using ``scripts/main.py`` is
245
245
--gpu-devices 0
246
246
247
247
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.
0 commit comments