tensorflow - Why does my Resnet56 implementation have less accuracy than in the original paper? - Stack Overflow
I was trying to implement Resnet56 in Tensorflow to classify the CIFAR10 images, but somehow I got a lower accuracy than the original creators.
I did everything exactly as described in the paper: s...