Skip to content

Commit 97871cd

Browse files
FuriouslyCurioussoumith
authored andcommitted
Typo (#139)
I have made some performance improvements to the model, and testing them now. If results turn out good, I will submit a separate PR.
1 parent f4c1715 commit 97871cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/models/densenet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def densenet201(pretrained=False, **kwargs):
5555

5656

5757
def densenet161(pretrained=False, **kwargs):
58-
r"""Densenet-201 model from
58+
r"""Densenet-161 model from
5959
`"Densely Connected Convolutional Networks" <https://arxiv.org/pdf/1608.06993.pdf>`
6060
6161
Args:

0 commit comments

Comments
 (0)