Created
October 11, 2018 14:10
-
-
Save gauravkaila/f9917b27bb81ced1030062ef63f8e744 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src = ScriptRunConfig(source_directory='./', | |
script= config['train']['script'], | |
run_config=conda_run_config, | |
# pass the datastore reference as a parameter to the training script | |
arguments=['--data-folder', str(ds.as_download())] | |
) | |
run = exp.submit(config=src) | |
run.wait_for_completion(show_output=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment