Hi thanks for this repo,
I am trying to implement wave2Letter using this ctc repo.
But my loss is way too much,in the beginning it decreases steadily upto a value and then stops.
but the model always gives me the blank prediction. can you help me why ?
I had a similar problem and I discovered later that the set of characters that I used in the softmax were all uppercase characters whereas my dataset's set of characters were ALL lowercase.
Hi thanks for this repo, I am trying to implement wave2Letter using this ctc repo. But my loss is way too much,in the beginning it decreases steadily upto a value and then stops. but the model always gives me the blank prediction. can you help me why ?
any help is appreciated Thanks :)