Fix indentation error - semantic_segmentation.md (#28117)

Update semantic_segmentation.md
This commit is contained in:
Rockerz
2023-12-18 23:17:54 +05:30
committed by GitHub
parent 71d47f0ad4
commit 08a6e7a702

View File

@@ -276,8 +276,7 @@ You could also create and use your own dataset if you prefer to train with the [
"label": sorted(label_paths)})
dataset = dataset.cast_column("image", Image())
dataset = dataset.cast_column("label", Image())
return dataset
return dataset
# step 1: create Dataset objects
train_dataset = create_dataset(image_paths_train, label_paths_train)