Xception is another improvement of Inception_v3 proposed by Google after Inception. The author thinks that it is better to deal with the correlation of channels and the correlation of space separately, so separable convolution is used to replace the convolution operation in Inception_v3.
Model | Download | Top-1 accuracy (%) | Top-5 accuracy (%) |
---|---|---|---|
Xception | model weight | 79.1 | 94.51 |
- Xception was described in the paper titled Xception: Deep Learning with Depthwise Separable Convolutions
- The pre-train model is from the repository and converted from the Project: keras deep-learning-models
MIT