-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Description
GoogLeNet does not run on imagenet training example.
Since googlenet model have multiple (logits etc) outputs.
To reproduce, do following instruction on Google Colab
'''
!wget https://s3.amazonaws.com/fast-ai-imageclas/imagenette-320.tgz
!tar xzf imagenette-320.tgz`
!git clone http://github.com/pytorch/examples
!pip uninstall -y torchvision
!git clone http://github.com/pytorch/vision
!cd vision;python setup.py install
!python examples/imagenet/main.py -a googlenet -j 2 -b 64 --epochs 10 imagenette-320/
'''
See following discussion
https://discuss.pytorch.org/t/question-about-googlenet/44896
Metadata
Metadata
Assignees
Labels
No labels