资源算法Convolutional Neural Fabrics

Convolutional Neural Fabrics

2019-09-19 | |  176 |   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

用户评价
全部评价

热门资源

  • allennlp-server

    allennlp-server Serve allennlp services as sep...

  • ubuntu-allennlp

    ubuntu-allennlp AllenAI AllenNLP image based o...

  • allennlp_extras

    allennlp_extras Some utilities build on top of...

  • allennlp-dureader

    An Apache 2.0 NLP research library, built on Py...

  • seetafaceJNI

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