From what I understand,
train_root == path where the training images are located.
val_root == path where the validation images are located.
train_source == Where in the imagenet downloads can I find this file?
val_source == Where in the imagenet downloads can I find this file?
Hi, I am trying to reproduce the results from this repo. The config file has:
From what I understand, train_root == path where the training images are located. val_root == path where the validation images are located. train_source == Where in the imagenet downloads can I find this file? val_source == Where in the imagenet downloads can I find this file?
Thanks, Priyanka.