floydhub / floyd-docs

FloydHub's documentation code. Contributions welcome!
https://docs.floydhub.com/
63 stars 67 forks source link

Floyd run example command missing data mounts #98

Closed johanms closed 6 years ago

johanms commented 6 years ago

The floyd run command example under section "2. Using a bash script" is missing the data mounts required as far as I can see. (https://docs.floydhub.com/guides/data/symlink_mounted_data/#2-using-a-bash-script)

Command is currently: $ floyd run "bash run.sh"

Should be:

$ floyd run \
  --data alice/datasets/imagenet-train/1:train \
  --data alice/datasets/imagenet-test/1:test \
   "bash run.sh"
saiprashanths commented 6 years ago

Good catch! Thanks for reporting - fixed it now :)