Skip to content

Commit

Permalink
0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyangZhou committed May 24, 2019
1 parent e3c3266 commit 5ae8134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pkg/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ImageNet Classification Models
-------------------------------

.. autoclass:: torchreid.models.resnet.ResNet
.. autoclass:: torchreid.models.resnext.ResNeXt
.. autoclass:: torchreid.models.senet.SENet
.. autoclass:: torchreid.models.densenet.DenseNet
.. autoclass:: torchreid.models.inceptionresnetv2.InceptionResNetV2
Expand All @@ -29,6 +28,7 @@ Lightweight Models
.. autoclass:: torchreid.models.mobilenetv2.MobileNetV2
.. autoclass:: torchreid.models.shufflenet.ShuffleNet
.. autoclass:: torchreid.models.squeezenet.SqueezeNet
.. autoclass:: torchreid.models.shufflenetv2.ShuffleNetV2


ReID-specific Models
Expand Down
2 changes: 1 addition & 1 deletion torchreid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import
from __future__ import print_function

__version__ = '0.7.6'
__version__ = '0.7.7'
__author__ = 'Kaiyang Zhou'
__description__ = 'Deep learning person re-identification in PyTorch'

Expand Down

0 comments on commit 5ae8134

Please sign in to comment.