Inceptionresnetv2
The classification variant of the InceptionResNetV2 architecture.
Architecture Variable | Value |
---|---|
Key in architecture_dict | "2D.InceptionResNetV2" |
Input_shape | (299, 299) |
Standardization | "tf" |
Reference - Implementation
Reference - Publication
Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi. 23 Feb 2016.
Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning.
https://arxiv.org/abs/1602.07261