An open API service indexing awesome lists of open source software.

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)

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)