Skip to content

terrychenism/OctaveConv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Model Top1
ResNet-v1-50 76.05
OctResNet-v1-50 77.47
OctResNet-v1-50-cosine 78.04

example

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

To Do List

  • support mobilenet v1/v2

Acknowledgment

This repo is based on DPN.

UPDATE

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

About

A MXNet Implementation for Drop an Octave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages