Closed
Milestone
May 6, 2021–May 15, 2021
loading and accessing the data
Be able to load the data for our challenge into our code.
I have already downloaded few of the data from our problem. Please find them in the data
folder from our group in the server.
for the tutorial, make sure to edit the following:
mnist_train = datasets.MNIST('/data', train=True, download=True, transform=transform_train)
- change the /data by
../data.
Loading
Loading
Loading
Loading