Inside-Deep-Learning
Inside-Deep-Learning copied to clipboard
Chapter_6.ipynb wrong test data
test_data = torchvision.datasets.FashionMNIST("./", train=True, transform=transforms.ToTensor(), download=True)
should use train=False
This changes the figures in this chapter significantly.
Oof, copy past strikes again. Thanks for the catch!