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,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)
......
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