Open adtygan opened 1 year ago
Hey @adtygan. This should be the root directory where the datasets are stored. E.g. if you have a structure like the one below, you should set args.data_location=/home/adtygan/datasets
.
/home/adtygan/
datasets/
imagenet/
mnist/
....
It's unclear to me what should I assign as the value for
args.data_location
. The README tellsargs.data_location = '/path/to/data'
but I'm not sure which folder that means.