I recently ran a job which required the mounting of 500MB data set. The data set failed to mount in the estimated time, and I finally had to shut the job down after 14 minutes. I ran the following command:
floyd run --gpu --env tensorflow-1.10 --data mukund/datasets/vgg19/1:vgg19_weights 'python main.py'
And here are the logs:
2019-02-17 08:34:25 PSTPreparing to run TaskInstance <TaskInstance: mukund/projects/monai/198 (id: rb3TD3P9jp2d8KpjbWndNm)
2019-02-17 08:34:25 PSTStarting attempt 1
2019-02-17 08:34:25 PSTDownloading and setting up data sources
2019-02-17 08:34:25 PSTDownloading and mounting vgg19_weights. ETA: 12 seconds
This couldn't have been a fault with the code. I ran the same job again, with exactly the same code, and it finished running successfully within ~4 mins.