Skip to content

Commit

Permalink
update mscoco RAI object detection notebook to increase num masks and…
Browse files Browse the repository at this point in the history
… reduce images in dataset (#2514)
  • Loading branch information
imatiach-msft authored Aug 2, 2023
1 parent 70cbba5 commit 352a21f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"source": [
"version_string = \"0.0.8\"\n",
"compute_name = \"cpucluster\"\n",
"rai_example_version_string = \"8\""
"rai_example_version_string = \"9\""
]
},
{
Expand Down Expand Up @@ -649,7 +649,7 @@
" classes=classes,\n",
" model_type=\"pytorch\",\n",
" enable_error_analysis=False,\n",
" num_masks=200,\n",
" num_masks=300,\n",
" mask_res=4,\n",
" )\n",
" rai_image_job.set_limits(timeout=120)\n",
Expand Down

0 comments on commit 352a21f

Please sign in to comment.