My result of test_train_cifar10 is (np.float64(0.1015625), np.float32(3.6889665)) which is different from [0.09375, 3.5892258], which mean my acc and loss are both little higher. And I just can not figure out why. I have passed all previous tests in hw4 until this train_cifar10 test. I looked back and forth and the code runs just fine, it is just the result can not match up. Any idea is appreciated.
My result of test_train_cifar10 is (np.float64(0.1015625), np.float32(3.6889665)) which is different from [0.09375, 3.5892258], which mean my acc and loss are both little higher. And I just can not figure out why. I have passed all previous tests in hw4 until this train_cifar10 test. I looked back and forth and the code runs just fine, it is just the result can not match up. Any idea is appreciated.