Karan Purohit
Karan Purohit
i am using conda environment. and using local machine so have changed to run.pl in cmd.sh
after exporting CUDA_VISIBLE_DEVICES=1 here is the log ``` # train.py -c conf/train.yaml data/simu/data/train_clean_5_ns2_beta2_500 data/simu/data/dev_clean_2_ns2_beta2_500 exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train # Started at Thu Dec 5 20:00:36 IST 2019 # python version: 3.7.5 (default, Oct...
looks like training started but stopped ``` training model at exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train. bash: line 1: 6217 Aborted (core dumped) ( train.py -c conf/train.yaml data/simu/data/train_clean_5_ns2_beta2_500 data/simu/data/dev_clean_2_ns2_beta2_500 exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train ) 2>> exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train/.work/train.log >> exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train/.work/train.log...
here it is ``` # train.py -c conf/train.yaml data/simu/data/train_clean_5_ns2_beta2_500 data/simu/data/dev_clean_2_ns2_beta2_500 exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train # Started at Thu Dec 5 20:08:49 IST 2019 # python version: 3.7.5 (default, Oct 25 2019, 15:51:11) [GCC...
where are the hyper parameter of model? maybe reducing the batch size would help
Thanks for the help. I really appreciate your quick reply. @yubouf After reducing the batch size training completed with 29% DER. Now I need to test it on my custom...
1. ok so training data should contain call recording of two people that's what you simulated right? Can you tell me how much data is needed and training time? Also,...
I already have audio recordings so no need to simulate but do I need to get the transcript?
Thanks for the links. Got some doubt here: In RTTM ``` SPEAKER data_simu_wav_train_clean_5_ns2_beta2_500_100_mix_0000500 1 2.82 4.27 1867-154075 ``` Is **tbeg**(2.82) and **tdur**(4.27) randomly generated here as I couldn't find difference...
hi, i got all the files and started training but nothing is happening. There is nothing inside `data.data.train` except `cg.dot` and `cg.png`