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

train_speech_embedder.py:batch_id #44

Open yahcong opened 5 years ago

yahcong commented 5 years ago

UnboundLocalError: local variable 'batch_id' referenced before assignment

bencq commented 4 years ago

need to convert ".WAV" files(without header) to riff format ".wav" files

yy835055664 commented 4 years ago

UnboundLocalError: local variable 'batch_id' referenced before assignment Hello, I also encountered the same problem during the test. Did you solve this problem?