learning_by_grad_by_grad_repro
learning_by_grad_by_grad_repro copied to clipboard
Application to new dataset
Hi,
I tried applying the MNIST code to FashionMNIST however the code does not seem to train the LSMT optimizer properly.
To change to the FashionMNIST dataset, all I changed in the code was the line:
"dataset = datasets.FashionMNIST( './Fashion-MNIST', train=True, download=True, transform=torchvision.transforms.ToTensor() )"
Do you happen to know how this could be fixed?
Thanks, Tom