-
Notifications
You must be signed in to change notification settings - Fork 30
NASNet* models
Luigi edited this page Oct 1, 2018
·
2 revisions
B. Zoph, V. Vasudevan, J. Shlens, and Q. V. Le, “Learning transferable architectures for scalable image recognition,” in Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2018.
@InProceedings{Zoph_2018_CVPR,
author = {Zoph, Barret and Vasudevan, Vijay and Shlens, Jonathon and Le, Quoc V.},
title = {Learning Transferable Architectures for Scalable Image Recognition},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2018},
organization={IEEE}
}
Source: TensorFlow Slim repo
nasnetalarge(num_classes=1000, pretrained='imagenet')
nasnetalarge(num_classes=1001, pretrained='imagenet+background')
nasnetamobile(num_classes=1000, pretrained='imagenet')