Skip to content

Commit

Permalink
Merge pull request liuzhuang13#24 from Nikhil-Kasukurthi/master
Browse files Browse the repository at this point in the history
densenet_161() -> densenet161()
  • Loading branch information
liuzhuang13 authored Jul 25, 2017
2 parents 0085cc9 + 7285da5 commit 4004b9d
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 @@ -121,7 +121,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 4004b9d

Please sign in to comment.