-
Notifications
You must be signed in to change notification settings - Fork 30
Xception model
Luigi edited this page Oct 1, 2018
·
4 revisions
F. Chollet, “Xception: Deep learning with depthwise separable convolutions,” in Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2017.
@InProceedings{Chollet_2017_CVPR,
author = {Chollet, Francois},
title = {Xception: Deep Learning With Depthwise Separable Convolutions},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2017},
organization={IEEE}
}
Source: Keras repo
The porting has been made possible by T Standley.
xception(num_classes=1000, pretrained='imagenet')