Open chrisspen opened 5 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)
Running the test method throws an exception: