资源算法chainer-DenseNet

chainer-DenseNet

2019-09-19 | |  71 |   0 |   0

Densely Connected Convolutional Network implementation by Chainer

Implementation by Chainer. Original paper is Densely Connected Convolutional Network.

Requirements

Start training

For example, run,

python train.py --gpus 0 --batchsize 64 --dataset cifar10 --lr 0.1 --depth 100 --growth_rate 24 --split_size 4

Show possible options

python train.py --help

Sample results

  • Cifar-10 (batchsize=64, depth=100, growth_rate=24, with data augmentation)

Original paper reported 3.74% validation error under the same conditions.

  • Cifar-100 (batchsize=64, depth=100, growth_rate=24, with data augmentation)

Original paper reported 19.25% validation error under the same conditions.


上一篇:simple-fast-rnn

下一篇:Deep-Leafsnap

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...