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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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