Skip to content

Commit

Permalink
Updated image data source (#3277)
Browse files Browse the repository at this point in the history
Co-authored-by: Rupal jain <rupaljain@microsoft.com>
  • Loading branch information
jeff-shepherd and rjaincc committed Jul 30, 2024
1 parent 0de88c9 commit ec01090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"os.makedirs(dataset_parent_dir, exist_ok=True)\n",
"\n",
"# download data\n",
"download_url = \"https://cvbp-secondary.z19.web.core.windows.net/datasets/image_classification/fridgeObjects.zip\"\n",
"download_url = \"https://automlsamplenotebookdata.blob.core.windows.net/image-classification/fridgeObjects.zip\"\n",
"\n",
"# Extract current dataset name from dataset url\n",
"dataset_name = os.path.split(download_url)[-1].split(\".\")[0]\n",
Expand Down

0 comments on commit ec01090

Please sign in to comment.