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