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
I'm trying to run second stage training (single speaker, non-english language) and already in epoch 0, the code hits the line set_trace(). I checked the recommendations from here, and it seems that none of the points apply (I’m definitely using multilingual-PL-BERT, it’s epoch 0, I haven’t changed the code, and the training in the first stage went without any errors).
So I tried debugging the code to see the reason, and I noticed that everything starts with model.predictor_encoder and model.decoder returning NaN tensors with non-NaN input data.
I don't have enough knowledge to understand the cause further.
Could you at least guide me on where I should look next?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi! Thank you for you work!
I'm trying to run second stage training (single speaker, non-english language) and already in epoch 0, the code hits the line set_trace(). I checked the recommendations from here, and it seems that none of the points apply (I’m definitely using
multilingual-PL-BERT
, it’s epoch 0, I haven’t changed the code, and the training in the first stage went without any errors).So I tried debugging the code to see the reason, and I noticed that everything starts with model.predictor_encoder and model.decoder returning NaN tensors with non-NaN input data.
I don't have enough knowledge to understand the cause further.
Could you at least guide me on where I should look next?
Thank you!
The text was updated successfully, but these errors were encountered: