Home

Awesome

OctaveConv

A MXNet Implementation for Drop an Octave

This repository contains a MXNet implementation of the paper Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution.

ModelTop1
ResNet-v1-5076.05
OctResNet-v1-5077.47
OctResNet-v1-50-cosine78.04

example

OctResNet-v1-50-cosine model used alpha = 0.25 in the table 2 of the paper.

To Do List

Acknowledgment

This repo is based on DPN.

UPDATE

Here is the official implementation: https://github.com/facebookresearch/OctConv (Highly Recommend!)