-
Notifications
You must be signed in to change notification settings - Fork 31
GoogLeNet model
Luigi edited this page Oct 1, 2018
·
2 revisions
C. Szegedy, W. Liu, Y. Jia, P. Sermanet, S. Reed, D. Anguelov, D. Erhan, V. Vanhoucke, and A. Rabinovich, “Going deeper with convolutions,” in Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2015.
@InProceedings{Szegedy_2015_CVPR,
author = {Szegedy, Christian and Liu, Wei and Jia, Yangqing and Sermanet, Pierre and Reed, Scott and Anguelov, Dragomir and Erhan, Dumitru and Vanhoucke, Vincent and Rabinovich, Andrew},
title = {Going Deeper With Convolutions},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2015},
organization={IEEE}
}
Source: Caffe repo
The porting has been made possible MMDnn.
googlenet(num_classes=1000, pretrained='imagenet')