I\'m a newbie trying to make this PyTorch CNN work with the Cats&Dogs dataset from kaggle. As there are no targets for the test images, I manually classified some of the
As per @Monster's comment above here is my folder structure for ImageFolder
And this how I load the dataset:
train_dataset=datasets.ImageFolder(root="./root/",transform=train_transforms)