Commit 97871cd9 authored by Furiously Curious's avatar Furiously Curious Committed by Soumith Chintala
Browse files

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.
parent f4c17157
...@@ -55,7 +55,7 @@ def densenet201(pretrained=False, **kwargs): ...@@ -55,7 +55,7 @@ def densenet201(pretrained=False, **kwargs):
def densenet161(pretrained=False, **kwargs): def densenet161(pretrained=False, **kwargs):
r"""Densenet-201 model from r"""Densenet-161 model from
`"Densely Connected Convolutional Networks" <https://arxiv.org/pdf/1608.06993.pdf>` `"Densely Connected Convolutional Networks" <https://arxiv.org/pdf/1608.06993.pdf>`
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment