项目作者: Nicatio

项目描述 :
MXNet implementation for DenseNet
高级语言: Python
项目地址: git://github.com/Nicatio/Densenet.git
创建时间: 2016-11-30T06:23:36Z
项目社区:https://github.com/Nicatio/Densenet

开源协议:Apache License 2.0

下载


MXNet implementation for DenseNet

This repository contains the code for Densely Connected Convolutional Networks.

Based on the examples in the mxnet and keras implementation for DenseNet, we implemented densenet for mxnet (in progress).

Currently, we are testing the performance.

Usage

  1. python train_cifar10_densenet.py --batch-size 128 --lr 0.1 --gpus 0