Closed
Description
Is your feature request related to a problem? Please describe.
A good deal of recent literature on quantization/pruning/distillation uses pre-activation resnet (resnetv2) as preliminary results. However, due to lack of official implementation of this code, accuracy varies among papers because of differing implementation methods and is confusing for researchers.
Describe the solution you'd like
Add model support and pretrained downloadable links for preresnet-18 so there is a fp32 baseline everyone can refer to.