Skip to content

Commit

Permalink
feat(workshop): clean up for workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Dec 15, 2023
1 parent 3821f0b commit 4f3c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/extraction_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def register_extracted_dataset(ml_client,
extracted_images_dataset = Data(
name=extracted_images_dataset_name,
path=custom_extraction_path,
type=AssetTypes.CUSTOM_MODEL,
type=AssetTypes.URI_FOLDER,
description="Extracted images for cats and dogs and others",
version=str(version_dataset_extraction),
tags={"hash": computed_hash, **tags},
Expand Down

0 comments on commit 4f3c386

Please sign in to comment.