Skip to content

Commit

Permalink
Updated tensorflow environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd committed Oct 9, 2024
1 parent 67d9ae1 commit c7982e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
" code=\"./src\", # local path where the code is stored\n",
" command=\"python main.py --epochs ${{inputs.epochs}} --model-dir ${{inputs.model_dir}}\",\n",
" inputs={\"epochs\": 1, \"model_dir\": \"outputs/keras-model\"},\n",
" environment=\"AzureML-tensorflow-2.12-cuda11@latest\",\n",
" environment=\"AzureML-tensorflow-2.16-cuda11@latest\",\n",
" compute=\"cpu-cluster\",\n",
" instance_count=2,\n",
" # distribution = {\"type\": \"mpi\", \"process_count_per_instance\": 1},\n",
Expand Down

0 comments on commit c7982e0

Please sign in to comment.