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).
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') ;