Xception
The classification variant of the Xception architecture.
| Architecture Variable | Value |
|---|---|
| Key in architecture_dict | "2D.Xception" |
| Input_shape | (299, 299) |
| Standardization | "tf" |
Reference - Implementation
Reference - Publication
François Chollet. 07 Oct 2016.
Xception: Deep Learning with Depthwise Separable Convolutions.
https://arxiv.org/abs/1610.02357