Unverified Commit 08a6e7a7 authored by Rockerz's avatar Rockerz Committed by GitHub
Browse files

Fix indentation error - semantic_segmentation.md (#28117)

Update semantic_segmentation.md
parent 71d47f0a
...@@ -276,7 +276,6 @@ You could also create and use your own dataset if you prefer to train with the [ ...@@ -276,7 +276,6 @@ You could also create and use your own dataset if you prefer to train with the [
"label": sorted(label_paths)}) "label": sorted(label_paths)})
dataset = dataset.cast_column("image", Image()) dataset = dataset.cast_column("image", Image())
dataset = dataset.cast_column("label", Image()) dataset = dataset.cast_column("label", Image())
return dataset return dataset
# step 1: create Dataset objects # step 1: create Dataset objects
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment