Karan Purohit

Results 37 comments of Karan Purohit

train log ``` # train.py -c conf/train.yaml data data exp/diarize/model/data.data.train # Started at Fri Dec 20 12:27:28 IST 2019 # python version: 3.7.5 (default, Oct 25 2019, 15:51:11) [GCC 7.3.0]...

before `trainer.run()` everything is printing out. ``` trainer.extend(extensions.dump_graph('main/loss', out_name="cg.dot")) print('###########################5') trainer.run() print('Finished!') ``` can you suggest how to debug further

i am getting this results. can you help me with inference ``` "main/loss": 0.5038370490074158, "main/speech_scored": 242.6723163841808, "main/speech_miss": 149.28248587570621, "main/speech_falarm": 22.28813559322034, "main/speaker_scored": 242.6723163841808, "main/speaker_miss": 149.28248587570621, "main/speaker_falarm": 22.51412429378531, "main/speaker_error": 18.163841807909606, "main/correct": 346.4124293785311,...

ok, can you suggest how much hours of data is needed to build a good speaker diarization system? Also, can we do this without timestamps? As you know getting audio...

hows the ASR performance @zengchang94622

I am also facing same error. Have you got anything @zhouzhubin ?

@khosungpil How you got '**viton_segment_pairs.txt**' file . There is no such file. I too got same weired result as you and @JenniferLiu2017. @RohanBhandari