Inside-Deep-Learning icon indicating copy to clipboard operation
Inside-Deep-Learning copied to clipboard

Chapter_6.ipynb wrong test data

Open DataScienceUWL opened this issue 1 year ago • 1 comments

test_data = torchvision.datasets.FashionMNIST("./", train=True, transform=transforms.ToTensor(), download=True)

should use train=False

This changes the figures in this chapter significantly.

DataScienceUWL avatar Feb 27 '24 21:02 DataScienceUWL

Oof, copy past strikes again. Thanks for the catch!

EdwardRaff avatar Feb 27 '24 21:02 EdwardRaff