Home

Awesome

PyTorch implementation of Convolutional Neural Fabrics arxiv:1606.02492 There are some minor differences:

To run on CIFAR-10:

<pre> python neural_fabric.py --dataset cifar10 --save fabric_cifar10 </pre>

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

<img src="./img/fabric.png">