Skip to content

Commit

Permalink
🖊️ fix typo in pytorch semantic segmentation readme (huggingface#21492)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd authored Feb 7, 2023
1 parent 8581fba commit bbe98ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pytorch/semantic-segmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ validation_dataset = create_dataset(image_paths_validation, label_paths_validati
# step 2: create DatasetDict
dataset = DatasetDict({
"train": train_dataset,
"validation": val_dataset,
"validation": validation_dataset,
}
)

Expand Down

0 comments on commit bbe98ea

Please sign in to comment.