Skip to content

Instantly share code, notes, and snippets.

@CameronVetter
Created June 13, 2018 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CameronVetter/b98209076202bd14719b8a990806d3ed to your computer and use it in GitHub Desktop.
Save CameronVetter/b98209076202bd14719b8a990806d3ed to your computer and use it in GitHub Desktop.
Batch AI Job
{
"properties": {
"nodeCount": 1,
"tensorFlowSettings": {
"pythonScriptFilePath": "$AZ_BATCHAI_MOUNT_ROOT/afs/CatOrDog/catordog.py",
"masterCommandLineArgs": "-p"
},
"stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/afs/CatOrDog",
"inputDirectories": [
{
"id": "SCRIPT",
"path": "$AZ_BATCHAI_MOUNT_ROOT/afs/CatOrDog"
}
],
"outputDirectories": [
{
"id": "DEFAULT",
"pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/afs/CatOrDog/out"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment