The directories are present in input directory as shown in data section on the right side but still it says directory not found.
I attempted os.listdir(../input)
which doesn't show train_ directory & instead shows something else.
I tried changing the paths and different combinations but it shows these two errors : Directory not foundFound 0 files in subfolders of: ../input/hindi-letters/train Supported extensions are: .jpg,.jpeg,.png,.ppm,.bmp,.pgm,.tif,.tiff,.webp
Here hindi-letters is the directory name which shows up when I do os.listdir(../input)
How can I load the dataset using torchvision?