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

Align embeddings #59

Open pravn opened 4 years ago

pravn commented 4 years ago

I am setting up embeddings for use with tacotron. For this, do we need to 'align_embeddings' in inference code? It seems to me that we simply store the output of the embedder net.