项目作者: shunk031

项目描述 :
Chainer implementation of the paper "Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning" (https://arxiv.org/abs/1602.07261)
高级语言: Python
项目地址: git://github.com/shunk031/chainer-InceptionResNetV2.git
创建时间: 2018-04-22T08:16:35Z
项目社区:https://github.com/shunk031/chainer-InceptionResNetV2

开源协议:

下载


chainer-InceptionResNetV2

This repository contains a Chainer implementation for the paper: Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning (AAAI 2017, Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi).

Requirements

  • Chainer 4.0.0+
  • CuPy 4.0.0+

Reference