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

Add Squeeze and Excitation to ResNeXt models #426

Closed

Conversation

mannatsingh
Copy link
Contributor

Summary:
Added a SqueezeAndExcitation layer to a new sub-package, models.common (open to other suggestions, I didn't want to have a generic.py or util.py as that is too vague and broad).

Plugged in the layer to ResNeXt models.

Differential Revision: D20283172

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Mar 10, 2020
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20283172

Summary:
Pull Request resolved: facebookresearch#426

Added a `SqueezeAndExcitation` layer to a new sub-package, `models.common` (open to other suggestions, I didn't want to have a `generic.py` or `util.py` as that is too vague and broad).

Plugged in the layer to `ResNeXt` models.

Differential Revision: D20283172

fbshipit-source-id: 21d5183a61d7aa13fca094afe95ecb0aa18f1632
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20283172

facebook-github-bot pushed a commit that referenced this pull request Mar 11, 2020
Summary:
Pull Request resolved: #426

Added a `SqueezeAndExcitation` layer to a new sub-package, `models.common` (open to other suggestions, I didn't want to have a `generic.py` or `util.py` as that is too vague and broad).

Plugged in the layer to `ResNeXt` models.

Reviewed By: vreis

Differential Revision: D20283172

fbshipit-source-id: fcd8f57ff542785b52e1496950524ac6b5bc56d4
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants