From b0b5b4663b472fd6548364df7f42e3e4c062f6a2 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Tue, 1 Aug 2023 18:08:32 -0400 Subject: [PATCH] update mscoco RAI object detection notebook to increase num masks and reduce images in dataset --- .../responsibleaidashboard-object-detection-MSCOCO.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/responsible-ai/vision/responsibleaidashboard-object-detection-MSCOCO.ipynb b/sdk/python/responsible-ai/vision/responsibleaidashboard-object-detection-MSCOCO.ipynb index 0d34ee2a1e..301bde9c0d 100644 --- a/sdk/python/responsible-ai/vision/responsibleaidashboard-object-detection-MSCOCO.ipynb +++ b/sdk/python/responsible-ai/vision/responsibleaidashboard-object-detection-MSCOCO.ipynb @@ -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\"" ] }, { @@ -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",