Skip to content

Commit 5c20ce0

Browse files
committed
try reducing batch size
1 parent 186ad10 commit 5c20ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/data/mm-conv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _target_: matcha.data.text_mel_datamodule.TextMelDataModule
66
name: mm-conv
77
train_filelist_path: data/mm-conv/train.txt
88
valid_filelist_path: data/mm-conv/valid.txt
9-
batch_size: 32
9+
batch_size: 16
1010
add_blank: True
1111
n_spks: 6
1212
data_statistics: # Computed for mm-conv dataset

0 commit comments

Comments
 (0)