speaker-change-detection icon indicating copy to clipboard operation
speaker-change-detection copied to clipboard

Speaker change detection using SincNet and an LSTM/Transformer

Results 3 speaker-change-detection issues
Sort by recently updated
recently updated
newest added

I got the following error when running train.py ``` Traceback (most recent call last): File "c:\Users\USER\speaker-change-detection\train.py", line 24, in model = SSCDModel(batch_size=BATCH_SIZE, scd=DO_SCD, use_transformer=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\USER\speaker-change-detection\model.py", line 94, in...

Hi Housen, about the metrics part, you defined the num_classes = num_frames if scd is True, but in the initial part, the num_classes = 1 if scd is True. Could...