Skip to content

Commit 6892d03

Browse files
Fix typos in config files for TTA (#163)
Co-authored-by: VocodexElysium <[email protected]>
1 parent 58dc870 commit 6892d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

egs/tta/audioldm/exp_config_base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
],
77
"preprocess": {
88
"train_file": "train.json",
9-
"valid_file": "vaild.json"
9+
"valid_file": "valid.json"
1010
}
1111
}

egs/tta/autoencoderkl/exp_config_base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
],
77
"preprocess": {
88
"train_file": "train.json",
9-
"valid_file": "vaild.json"
9+
"valid_file": "valid.json"
1010
}
1111
}

0 commit comments

Comments
 (0)