-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while training TDNN in stage 5 #13
Comments
The "Loss nan" issue says that samples having too few #frames will cause this error (similar to the case in CTC where input_length < target_length). |
Hi, thanks for the detailed information. It looks like you get 'NaN' gradients in your step 0 (your Loss for step 0 is inf) and then get 'NaN' in your network's parameters and make all activations become 'NaN' in the following steps. |
Hello, |
Hello,
I encountered a problem these days while running the training scripts.
After initializing the dataset and model, the model started to train and a lot of errors popped out as following:
(I am using almost the same settings as the example of mini_librispeech with different datasets)
edit: I read about the closed issue "Loss nan", the issue had the same problem with me, but I'm having this problem all over my training set.
I also checked my data and they seemed alright, what could I do to remove these errors?
The text was updated successfully, but these errors were encountered: