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
575 stars 165 forks source link

GE2E loss can work with cnn #51

Open wrongbattery opened 4 years ago

wrongbattery commented 4 years ago

I try to replace your LSTM with CNN but the loss doesn't decrease. The input, loss function are the same. Can you explain why is happening?