whenever I try run this code, I receive a
TypeError: 'bool' object is not callable.
How could I fix this?
train_data = datasets.MNIST(root='D:\medical_imaging_radiation_therapy\medimg_udemy',
train=True, download=True, transform=True )
train_data[0]
i sucessfully downloaded MNIST dataset, however, when calling image indexed 0, this error message appears