Inceptionv3
The classification variant of the InceptionV3 architecture.
| Architecture Variable | Value |
|---|---|
| Key in architecture_dict | "2D.InceptionV3" |
| Input_shape | (299, 299) |
| Standardization | "tf" |
Reference - Implementation
Reference - Publication
Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jonathon Shlens, Zbigniew Wojna. 2 Dec 2015.
Rethinking the Inception Architecture for Computer Vision.
https://arxiv.org/abs/1512.00567