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

Implement SE-ResNet #655

Merged
merged 2 commits into from
Jun 25, 2018
Merged

Implement SE-ResNet #655

merged 2 commits into from
Jun 25, 2018

Conversation

g-votte
Copy link
Contributor

@g-votte g-votte commented Jun 25, 2018

This PR implements "Squeeze-and-Excitation Networks" presented in: https://arxiv.org/abs/1709.01507

Features

  • Implement SEBlock class.
  • Modify ResBlock class to apply SEBlock when add_se_block option is True.
  • Implement SEResNet classes (SEResNet50, SEResNet101, and SEResNet152).
  • Implement a conversion script for pretrained caffemodel of SE-ResNet, distributed here.

@yuyu2172 yuyu2172 merged commit f6474be into chainer:master Jun 25, 2018
@yuyu2172 yuyu2172 added this to the 0.11 milestone Jun 25, 2018
@yuyu2172 yuyu2172 self-assigned this Jun 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants