Questions tagged [floydhub]

2 questions
0
votes
1 answer

Mount job output data as input data for another job in Floydhub

I'm trying to follow documentation here, here and here for Floydhub to use the output of a job as the input data for another job. The 1st and 2nd job are related to 2 different projects. It's unable to locate my file. No such file or directory:…
tim_xyz
  • 11,573
  • 17
  • 52
  • 97
0
votes
1 answer

How to run train/test command for "Pix2Pix" code on "Floydhub" using my own data?

I'm trying to run Pix2Pix-tensorflow on Floydhub using my own data. I have organised my datafolder as mentioned in the Pix2Pix documentation. The datafolder contains 3 folders: train, test, val. I attempted to run the following train command on…