All Projects → yasunorikudo → chainer-DenseNet

yasunorikudo / chainer-DenseNet

Licence: other
Densely Connected Convolutional Network implementation by Chainer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to chainer-DenseNet

Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (+243.59%)
Mutual labels:  chainer, densenet
neural style synthesizer
No description or website provided.
Stars: ✭ 15 (-61.54%)
Mutual labels:  chainer
deep-learning-platforms
deep-learning platforms,framework,data(深度学习平台、框架、资料)
Stars: ✭ 17 (-56.41%)
Mutual labels:  chainer
efficient softmax
BlackOut and Adaptive Softmax for language models by Chainer
Stars: ✭ 12 (-69.23%)
Mutual labels:  chainer
image-recognition
采用深度学习方法进行刀具识别。
Stars: ✭ 19 (-51.28%)
Mutual labels:  densenet
chainer-ADDA
Adversarial Discriminative Domain Adaptation in Chainer
Stars: ✭ 24 (-38.46%)
Mutual labels:  chainer
char-rnn-text-generation
Character Embeddings Recurrent Neural Network Text Generation Models
Stars: ✭ 64 (+64.1%)
Mutual labels:  chainer
chainer-dense-fusion
Chainer implementation of Dense Fusion
Stars: ✭ 21 (-46.15%)
Mutual labels:  chainer
graph-nvp
GraphNVP: An Invertible Flow Model for Generating Molecular Graphs
Stars: ✭ 69 (+76.92%)
Mutual labels:  chainer
kaggle-champs-scalar-coupling
19th place solution in "Predicting Molecular Properties"
Stars: ✭ 26 (-33.33%)
Mutual labels:  chainer
lda2vec
Mixing Dirichlet Topic Models and Word Embeddings to Make lda2vec from this paper https://arxiv.org/abs/1605.02019
Stars: ✭ 27 (-30.77%)
Mutual labels:  chainer
chainer-Fast-WaveNet
A Chainer implementation of Fast WaveNet(mel-spectrogram vocoder).
Stars: ✭ 33 (-15.38%)
Mutual labels:  chainer
pytorch-SRDenseNet
Pytorch implementation for SRDenseNet (ICCV2017)
Stars: ✭ 70 (+79.49%)
Mutual labels:  densenet
TensorMONK
A collection of deep learning models (PyTorch implemtation)
Stars: ✭ 21 (-46.15%)
Mutual labels:  densenet
CNN-Series-Getting-Started-and-PyTorch-Implementation
我的笔记和Demo,包含分类,检测、分割、知识蒸馏。
Stars: ✭ 49 (+25.64%)
Mutual labels:  densenet
deeplearning-mpo
Replace FC2, LeNet-5, VGG, Resnet, Densenet's full-connected layers with MPO
Stars: ✭ 26 (-33.33%)
Mutual labels:  densenet
densenet
A PyTorch Implementation of "Densely Connected Convolutional Networks"
Stars: ✭ 50 (+28.21%)
Mutual labels:  densenet
DSTC6-End-to-End-Conversation-Modeling
DSTC6: End-to-End Conversation Modeling Track
Stars: ✭ 56 (+43.59%)
Mutual labels:  chainer
cifar-tensorflow
No description or website provided.
Stars: ✭ 18 (-53.85%)
Mutual labels:  densenet
DenseNet-Cifar10
Train DenseNet on Cifar-10 based on Keras
Stars: ✭ 39 (+0%)
Mutual labels:  densenet

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].