A Pytorch Implementation for the paper Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution.
from models import octave_resnet50
model = octave_resnet50(num_classes=10)
Inspired by the MXNet implementation here.