Resnet152v2
The classification variant of the ResNet152V2 architecture.
Architecture Variable | Value |
---|---|
Key in architecture_dict | "2D.ResNet152V2" |
Input_shape | (224, 224) |
Standardization | "tf" |
Reference - Implementation
Reference - Publication
Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun. 16 Mar 2016.
Identity Mappings in Deep Residual Networks.
https://arxiv.org/abs/1603.05027