Commit e9ec6ac8 authored by Yili Zhao's avatar Yili Zhao Committed by Soumith Chintala
Browse files

Fix type error (#70)

parent 6a8380cf
......@@ -210,7 +210,7 @@ constructor:
import torchvision.models as models
resnet18 = models.resnet18()
alexnet = models.alexnet()
vgg16 = model.vgg16()
vgg16 = models.vgg16()
squeezenet = models.squeezenet1_0()
We provide pre-trained models for the ResNet variants, SqueezeNet 1.0 and 1.1,
......
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