Skip to content

Commit

Permalink
Fixed issue with image_uri of regular training job
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Mar 14, 2024
1 parent 9dca0a7 commit 027cf34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions program/cohort.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2224,10 +2224,7 @@
" {\"Name\": \"val_loss\", \"Regex\": \"val_loss: ([0-9\\\\.]+)\"},\n",
" {\"Name\": \"val_accuracy\", \"Regex\": \"val_accuracy: ([0-9\\\\.]+)\"},\n",
" ],\n",
" # image_uri=config[\"image\"],\n",
" \n",
" image_uri=\"keras-custom-training-container\",\n",
"\n",
" image_uri=config[\"image\"],\n",
" framework_version=config[\"framework_version\"],\n",
" py_version=config[\"py_version\"],\n",
" instance_type=config[\"instance_type\"],\n",
Expand Down

0 comments on commit 027cf34

Please sign in to comment.