Skip to content

Commit

Permalink
densenet_161() -> densenet161()
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil-Kasukurthi authored Jul 25, 2017
1 parent a004e3f commit 7285da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ In PyTorch, ImageNet pretrained models can be directly loaded by

```
import torchvision.models as models
densenet = models.densenet_161(pretrained=True)
densenet = models.densenet161(pretrained=True)
```

For ImageNet training, customized models can be constructed by simply calling
Expand Down

0 comments on commit 7285da5

Please sign in to comment.