'what are possible values for root in torchvision.datasets.CIFAR10

From many sites and books, I could see ds = datasets.CIFAR10(root="../data/CIFAR_10" ...)

My question is how can we figure out appropriate "root" for different datasets provided by pytorch? I downloaded the tar.gz from www.cs.toronto.edu to see the inside, but the file didn't have the images in intuitive way.

Can anyone help?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source