Skip to content

Commit

Permalink
Removed CPMS dataset due to itec-hust/CPMS#1
Browse files Browse the repository at this point in the history
  • Loading branch information
liebharc committed Jun 30, 2024
1 parent 859df3e commit 73f8a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/transformer/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def train_transformer(fast: bool = False, pretrained: bool = False, resume: str
_check_datasets_are_present()

train_index = load_and_mix_training_sets(
[primus_train_index, cpms_train_index, grandstaff_train_index, lieder_train_index],
[1.0, 1.0, 1.0, 1.0],
[primus_train_index, grandstaff_train_index, lieder_train_index],
[1.0, 1.0, 1.0],
number_of_files,
)

Expand Down

0 comments on commit 73f8a99

Please sign in to comment.