资源算法mixed-senet-densenet

mixed-senet-densenet

2020-03-30 | |  41 |   0 |   0

Mixed-Senet-Densenet

In this repository, I released senet-densenet training codes and output files. And it refer to another repository, which repository I had made some notes in. Chinese version blogEnglish version blog

Experiments

In another repository, I had made some annotations about different structures of senet-densent, pls check here for more details, and there are some charts and datas visualized by matplotlib too.

Usages:

Download dataset

Cifar10 dataset is easy to access it's website and download it into data/cifar10, you can refer to pytorch official tutorials about how to train on cifar10 dataset.

Training

There are some modules in core folder, before you start training, you need to edit code in cifar10.py file to change from core.se_densenet_xxxx import se_densenet121,

Then, open your terminal, type:

python cifar10.py

Visualize training

In your terminal, type:

python visual/viz.py

Note: please change your state file path in /visual/viz.py.

Refer:

another repo of senet-densenet

Chinese version blog

English version blog


上一篇:MURA_densenet

下一篇:DenseNetKeras

用户评价
全部评价

热门资源

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

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