solivr / tf-crnn

TensorFlow convolutional recurrent neural network (CRNN) for text recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the role of fully-connection layer after rnn layers?

WenmuZhou opened this issue · comments

I see a full connection layer after rnn, I do not know what is the role of this layer, after removing what will be the impact?

Are you talking about this line ? If you remove it, how do you get your classes (characters) ?