Resnext50
The classification variant of the ResNeXt50 architecture.
| Architecture Variable | Value |
|---|---|
| Key in architecture_dict | "2D.ResNeXt50" |
| Input_shape | (224, 224) |
| Standardization | "torch" |
Reference - Implementation
Reference - Publication
Saining Xie, Ross Girshick, Piotr Dollár, Zhuowen Tu, Kaiming He. 16 Nov 2016.
Aggregated Residual Transformations for Deep Neural Networks.
https://arxiv.org/abs/1611.05431