handwritten-sequence-tensorflow
handwritten-sequence-tensorflow copied to clipboard
Modification of run.py to Comply with Tensorflow 1.2
I modified run.py for it to comply with Tensorflow 1.2 with this commit I pushed into the forked repository
When I tried to it with the command for training found here, I got this error:
Trying to share variable bidirectional_rnn/fw/multi_rnn_cell/cell_0/lstm_cell/kernel, but specified shape (200, 400) and found shape (2404, 400).
I need help resolving this error. Thanks :))
PS. Is this your latest work related to handwritten text recognition using bidirectional recurrent neural networks? :O