https://github.com/shunk031/chainer-inceptionresnetv2
Chainer implementation of the paper "Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning" (https://arxiv.org/abs/1602.07261)
https://github.com/shunk031/chainer-inceptionresnetv2
chainer chainerv4 deep-learning imagenet inception inception-resnet resnet
Last synced: over 1 year ago
JSON representation
Chainer implementation of the paper "Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning" (https://arxiv.org/abs/1602.07261)
- Host: GitHub
- URL: https://github.com/shunk031/chainer-inceptionresnetv2
- Owner: shunk031
- Created: 2018-04-22T08:16:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T08:19:56.000Z (about 8 years ago)
- Last Synced: 2025-01-10T17:53:46.272Z (over 1 year ago)
- Topics: chainer, chainerv4, deep-learning, imagenet, inception, inception-resnet, resnet
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chainer-InceptionResNetV2
This repository contains a [Chainer](https://chainer.org/) implementation for the paper: [Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning](https://arxiv.org/abs/1602.07261) (AAAI 2017, Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi).
## Requirements
- Chainer 4.0.0+
- CuPy 4.0.0+
## Reference
- [Szegedy, Christian, et al. "Inception-v4, inception-resnet and the impact of residual connections on learning." AAAI. Vol. 4. 2017.](https://arxiv.org/abs/1602.07261)