You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you ever this this code running with the Librispeech data? I'm currently getting an error on training:
Traceback (most recent call last):
File "train.py", line 158, in <module>
run(config)
File "train.py", line 113, in run
run_state = run_epoch(model, optimizer, train_ldr, *run_state)
File "train.py", line 32, in run_epoch
loss = model.loss(batch)
File "/Users/user/speech_sandbox/speech/speech/models/seq2seq.py", line 62, in loss
size_average=False)
Did you ever this this code running with the Librispeech data? I'm currently getting an error on training:
RuntimeError: Assertion 'cur_target >= 0 && cur_target < n_classes' failed.
How can I determine the output of the network size versus the number of classes that are trying to be fit?
The text was updated successfully, but these errors were encountered: