You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the test_dataset should be this:
test_transform = transforms.Compose([transforms.ToTensor(), transforms.Normalize((0.4940, 0.4850, 0.4504), (0.2467, 0.2429, 0.2616))])
Hello. Thanks for you nice code. But I think the accuracy can be better with the new 'tranform' of cifar:
The text was updated successfully, but these errors were encountered: