HarryVolek / PyTorch_Speaker_Verification

PyTorch implementation of "Generalized End-to-End Loss for Speaker Verification" by Wan, Li et al.
BSD 3-Clause "New" or "Revised" License
576 stars 164 forks source link

Changing the sampling frequency #71

Open neerajkuhike opened 4 years ago

neerajkuhike commented 4 years ago

Can I sample the audio at 22050hz and not at 16000 hz. Will I have to just change the hparams or models parameters also?