You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a results the model is trained on N*M utterances per epoch and not the whole training set. This affects the convergence as well as possible extensions of the code (e.g. early stopping).
where: N=number of speakers per batch, M=number of utterances per speaker per batch according to the referenced paper.
The text was updated successfully, but these errors were encountered:
dkatsiros
changed the title
Shuffling wav files in dataloader does not ensure that all the training files are checked at each epoch
Shuffling wav files in dataloader does not ensure that all the training files are checked in each epoch
Nov 16, 2020
As a results the model is trained on
N*M
utterances per epoch and not the whole training set. This affects the convergence as well as possible extensions of the code (e.g. early stopping).where:
N=number of speakers per batch
,M=number of utterances per speaker per batch
according to the referenced paper.PyTorch_Speaker_Verification/data_load.py
Lines 39 to 40 in 10e159a
The text was updated successfully, but these errors were encountered: