Closed keshawnhsieh closed 5 years ago
It must be similar to https://github.com/facebookresearch/wav2letter/issues/168. Since you are using only 1 GPU and that the provided flags are working with 8 GPUs you have to divide your lr by 8 and it should work.
I was running the training demo provided in tutorial, as said using train-clean-100 training set and test on dev-clean and test-clean. I ran it with one single Titan Xp card and found the loss exploded after epoch 84. Confused about what happened behind this strange phenomenon ?