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

Unable to test #62

Open chrisspen opened 4 years ago

chrisspen commented 4 years ago

Running the test method throws an exception:

  File "./train_speech_embedder.py", line 117, in test
    enrollment_batch, verification_batch = torch.split(mel_db_batch, int(mel_db_batch.size(1)/2), dim=1)
ValueError: too many values to unpack (expected 2)