资源算法Convolutional Neural Fabrics

Convolutional Neural Fabrics

2019-09-19 | |  100 |   0 |   0

PyTorch implementation of Convolutional Neural Fabrics arxiv:1606.02492 There are some minor differences: - The raw image is first convolved, to obtain #channels feature maps. - The upsampling is followed by a convolution, and the result is then summed with the other inputs. In the paper, they first sum and then convolve on the result. - These can be easily changed in the UpSampleDownSampleSameRes class definitions inside neural_fabrics.py. Feel free to implement your own procedure and experiment.

To run on CIFAR-10:

python neural_fabric.py --dataset cifar10 --save fabric_cifar10

Test set error: 7.2%, with rotation and translation augmented training data.

上一篇:variational-autoencoder

下一篇:NonLocal+SENet

用户评价
全部评价

热门资源

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