PyTorch implementation of Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution

(training in progress)
from resnet import octResnet50
...
model = octResnet50()from MXNET implementation
PyTorch implementation of Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution

(training in progress)
from resnet import octResnet50
...
model = octResnet50()from MXNET implementation