-
Notifications
You must be signed in to change notification settings - Fork 69
nan cost #37
Comments
Could you share a bit more details on your setup? We haven't seen this behavior. What is the command you are running to train further? Which dataset are you using? Is there anything different about your data from the librispeech dataset? |
I am getting the same problem. My audio data are in wav format other than flac. Is this a problem? |
My transcription files have '\n' in the file, which leads to nan cost problem. |
Thanks for the quick update. Currently anything in the transcript files is treated as a character, including "\n". |
I also get the same problem, when .wav files are used. When I converted the files to flac files then |
Thanks for noticing the difficulty with .wav files. We'll take a look. |
hello, i write here because i encountered a problem with nan cost as well. in my case i am using librispeech train-500-other and after 50-60% of the epoch the cost becomes nan. |
i was able to fix the issue by dropping the learning rate of 2 order of magnitude, the issue was apparently due to an infinite cost caused by a prediction being too certain of a very wrong value. |
hi, I'm getting nan cost after resuming the training for the pre-trained model (librispeech_16_epochs.prm).
the cost becomes nan after 16/17 epoch and the testing results (after each epoch) are null.
OS: Ubuntu 16.04
GPU: Nvidia Titan-X Pascal (12GB RAM)
Neon: version 1.9.0
The text was updated successfully, but these errors were encountered: