Skip to content

Commit

Permalink
Merge pull request #2682 from GoogleCloudPlatform/vertex-ai-qwikstart
Browse files Browse the repository at this point in the history
update model code
  • Loading branch information
rocpoc authored Oct 4, 2024
2 parents 59eb963 + 51933b4 commit cdee1a1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -866,9 +866,9 @@
" validation_data=devds,\n",
" steps_per_epoch=STEPS_PER_EPOCH,\n",
" epochs=N_CHECKPOINTS,\n",
" callbacks=[[tensorboard_callback,\n",
" earlystopping_callback,\n",
" checkpoint_callback]])"
" callbacks=[tensorboard_callback,\n",
" earlystopping_callback,\n",
" checkpoint_callback])"
]
},
{
Expand Down

0 comments on commit cdee1a1

Please sign in to comment.