Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 452 Bytes

Squeeze-and-Excitation Networks (SENet)

For evaluation, please go to examples/classification.

Convert Caffe model

Convert *.caffemodel to *.npz.

$ python caffe2npz.py [se-resnet50|se-resnet101|se-resnet152|se-resnext50|se-resnext101] <source>.caffemodel <target>.npz

Pretrained .caffemodel can be downloaded here: https://github.com/hujie-frank/SENet