资源算法Densenet_multi_gpu_tfrecords

Densenet_multi_gpu_tfrecords

2020-03-30 | |  29 |   0 |   0

Densenet_multi_gpu_tfrecords

Densenet in this reposite, is based on the code at "https://github.com/LaurentMazare/deep-models/tree/master/densenet" by LaurentMazare, using tfrecords format data and either single cpu or multiple gpus if possible.

Differences

Some differences when compared with the design in the original paper (https://arxiv.org/abs/1608.06993):

  • The number of layers in each block has been set to 6 or 12 for small memory.

Dataset

  • The used dataset for test is flowers dataset. The images are converted into standard tfrecord dataset.

  • You can choose any data with tfrecord datasets, only to modify the function: read_and_decode() and inputs()

  • Input image size: 224*224*3

To do list

  • Add the test step in the training.

  • Memory-efficient version

  • Update the ugly code


上一篇:DenseNet-Keras-implementation

下一篇:DenseNet_focal_loss

用户评价
全部评价

热门资源

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

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...