floydhub / floyd-docs

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

Task execution failed #74

Closed Amanpradhan closed 7 years ago

Amanpradhan commented 7 years ago

Job exited with status code: 2 I don't know what I am doing wrong. I used the command floyd run --gpu --tensorboard "python digit recognizer.py --log_dir /logs/digit --max_steps 5000"

houqp commented 7 years ago

That means your script exited with status code 2. It's an error coming from your code so we can't you much with this. I recommend using jupyter mode to test your code in an interactive environment which should make it a lot easier to track down the bug.