I am running a job in which I am getting error like "FileNotFoundError: [Errno 2] No such file or directory: '/floyd/input/data/dataset/3340' "
this folder is present in my dataset which I have already verified in the workspace, also to mention that this data directory is of 37GB.
The command I am ruuning for job is
floyd run --gpu --env tensorflow-1.13 --data swaraj2204/datasets/capstone-data/2:data --data swaraj2204/datasets/jester-csv/2:csv 'python train.py'
Let me know what needs to be done as the same code works fine when running in workspace.