CRNN-Keras
CRNN-Keras copied to clipboard
Hey, budy, Why did you slice the y_pred[:,2:,:] in the ctc_lambda_func?
https://github.com/qjadud1994/CRNN-Keras/blob/d8e2f552cd5260d590a3a9a6c202d1079833e26e/Model.py#L16
The original paper seems not to have this slicing trick.
https://github.com/qjadud1994/CRNN-Keras/issues/22#issuecomment-465437365