Fei
Fei
Thank you. Will it save the intermediate model somewhere? I make it run 15 epochs, while I don't see any .pkl files in the corresponding model directory (I set the...
Thank you. I use the setting listed below: ``` use_cuda=True multi_gpu=True N_epochs_tr=15 N_chunks=50 batch_size_train=16 max_seq_length_train=1500 increase_seq_length_train=True start_seq_len_train=300 multply_factor_seq_len_train=5 batch_size_valid=8 max_seq_length_valid=1400 ``` It seems that it will take about 12 days....
Thank you. But do we need to set some flag to do that or pytorch kaldi will do it automatically? @TParcollet
@mravanelli I have already noted that. I am doing research on that. Thank you.
@sannawag Hi, Sanna, I use the sonic annotator to extract pitch by pYIN, but its output only has two columns of data. When I check your demo, your csv file...