DataLoder in pytorch: Three ways that I know
After digging a little bit more I got to know that,there are three ways of loading data in a pytorch model, `datasets.ImageFolder`,`creating custom class for loading data` and `downloading directly from torchvision datasets and using DataLoader`.