CNN-LSTM-CTC-text-recognition icon indicating copy to clipboard operation
CNN-LSTM-CTC-text-recognition copied to clipboard

why num_label is fixed?

Open fengxinjie opened this issue 7 years ago • 2 comments

Hi. In your code the num_label is fixed, and you pad zeros for short ones. Is it necessary? if not, Does it affect the speed of training?

fengxinjie avatar May 24 '17 05:05 fengxinjie

It won't affect the speed of training. I set the max length for the "num_label", because this can reduce the error of output. When the length of prediction is longer than the max length, it is obviously wrong.

oyxhust avatar May 26 '17 05:05 oyxhust

@oyxhust so,you mean you just want to converge faster?

novioleo avatar Aug 17 '17 01:08 novioleo