PyTorch / datasets / dataloader / data transfer to GPU – I – properties of some torchvision datasets
For an old fan of Tensorflow2 it is somewhat satisfactory to notice that some TF2- problems also exist in analogous form in a PyTorch environment. Anyone who has worked with visual data knows that one needs to modify/augment and transform the image data and then load them from some storage under CPU control to the GPU’s VRAM during network training.… Read More »PyTorch / datasets / dataloader / data transfer to GPU – I – properties of some torchvision datasets