Fix indentation error - semantic_segmentation.md (#28117)
Update semantic_segmentation.md
This commit is contained in:
@@ -276,7 +276,6 @@ 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
|
||||
|
||||
# step 1: create Dataset objects
|
||||
|
||||
Reference in New Issue
Block a user