Hey I am new to floydhub and am still struggling with putting the right path to locate the data in my code.
I read the documentation on mounting data and uploaded my dataset accordingly.
After issuing the commands below to run the script
floyd run --gpu --env pytorch-0.4 -m "1st run" --data yubin627/datasets/deepfashion_watchout/1:raw_deepfashion_dataset --data yubin627/datasets/deepfashion_watchout/4:models "python train.py"
I got this error message:
link to my job page
link to the dataset
FileNotFoundError: [Errno 2] No such file or directory: '/raw_deepfashion_dataset/Eval/list_eval_partition.txt'
checking the "Input Data" tab under my job page, I still don't find any problems with this path in the error message "/raw_deepfashion_dataset/Eval/list_eval_partition.txt". The file does exist - need another pair of eyes to kindly help me figure out what's going on here. Thank you!!