资源算法chainer-ResDrop

chainer-ResDrop

2019-09-19 | |  82 |   0 |   0

Deep Networks with Stochastic Depth implementation by Chainer

Implementation by Chainer. Original paper is Deep Networks with Stochastic Depth.

This repository includes network definition scripts only.

If you want to train ResDrop from scratch, see chainer sample code.

Requirements

Usage

In python script, write:

from ResDrop152 import ResNet
model = ResNet()

Traning speed

About 25% faster per iteration than ResNet with no layer drop.

Sample result

I trained ResNet101 with layer drop and ResNet101 with no layer drop for PASCAL VOC Action dataset. ResNet with layer drop improved the accuracy of test results about 4%.


上一篇:segnet

下一篇:associative_compression_networks

用户评价
全部评价

热门资源

  • 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...