Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing parameters in LaunchLocalTrainingJob.ipynb #16

Closed
rafi-vivanti opened this issue Mar 19, 2018 · 2 comments
Closed

missing parameters in LaunchLocalTrainingJob.ipynb #16

rafi-vivanti opened this issue Mar 19, 2018 · 2 comments

Comments

@rafi-vivanti
Copy link

Great tutorial guys!

In the last section of LaunchLocalTrainingJob.ipynb , where you build the train.bat file, I think you're missing some parameters:
-local_run
-experiment_name

Also, if we run locally, why we need a batch file? can't we simply call app/distributed_agent directly?

Thanks!

@mitchellspryn
Copy link
Contributor

Funny you should mention this - we noticed this a few days ago. If you pull the branch mspryn_usability_fixes, it should be fixed. This has yet to be formally reviewed and merged to master, but I tried it on my box a few day ago, and it worked.

If you look at the batch file, it is directly calling distributed_agent.py. The problem is that there are a bunch of command line parameters, and getting them right is a bit tricky. So we created the batch file to automate launching the job. Make sure to run the batch file from your activated anaconda environment.

@mitchellspryn
Copy link
Contributor

Looks like it's been merged. I'll close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants