Different accuracies for the same code

So I was going through this tutorial on Pytorch that builds a resnet for the CIFAR10 dataset.

The code is here

My implementation of that code is here.

For some reason(I’m too blind to recognize) the accuracy is consistently lower for me.

Can someone have a look and see what’s different?
thanks!