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

Why is the input size to warpctc num_classes?

Open nopattern opened this issue 7 years ago • 0 comments

 Thank you for your job.
  I found the last layers, the input layer to warpCTC is as following:

hidden_concat = mx.sym.Concat(*hidden_all, dim=0) pred = mx.sym.FullyConnected(data=hidden_concat, num_hidden=num_classes)

So the input size to warpctc is num_classes, Is it a small number ?

nopattern avatar Mar 10 '18 03:03 nopattern