Skip to content

Commit

Permalink
small fix to legacy tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
zulissimeta committed Jul 12, 2024
1 parent 152565b commit 350f469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/legacy_tutorials/OCP_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ optimizer = {
}
# Dataset
dataset = {
'dataset': {'src': train_src, 'normalize_labels': False}, # train set
'train': {'src': train_src, 'normalize_labels': False}, # train set
'val_dataset': {'src': val_src}, # val set (optional)
'relax_dataset': {"src": relax_dataset},
}
Expand Down

0 comments on commit 350f469

Please sign in to comment.