-
- PyTorch implementation of Aggregated Residual Transformations for Deep Neural Networks
-
- This is only a model builder implementation by pytorch.
-
- The model is tested on Cifar10
-
- Thanks to the original implementation by the author and the official ResNet implementation