Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 563 Bytes

Squeeze-and-Excitation Networks

This directory contains code to evaluate the classification models released by the authors of the paper:

Squeeze-and-Excitation Networks, 
Jie Hu, Li Shen, Gang Sun, arxiv 2017

This code is based on the original implementation (which uses caffe).

Installation

The easiest way to use this module is to install it with the vl_contrib package manager:

vl_contrib('install', 'mcnSENets') ;
vl_contrib('setup', 'mcnSENets') ;