handwritten-sequence-tensorflow icon indicating copy to clipboard operation
handwritten-sequence-tensorflow copied to clipboard

Tensorflow implementation of handwritten sequence of small letters recognition.

Results 6 handwritten-sequence-tensorflow issues
Sort by recently updated
recently updated
newest added

Need a sample command so that given an image path and trained model path, I can generate the text which are written in the image. I understand that --sample argument...

I modified run.py for it to comply with Tensorflow 1.2 with this commit I pushed into the [forked repository](https://github.com/selcouthlyBlue/handwritten-sequence-tensorflow/blob/ec915ba1e971bd58c7dd4303b569c204471d8b55/trainer/run.py) When I tried to it with the command for training found...

hello, @johnsmithm ,Good job. I used to write a project based on CNN+BILSTM+CTC for IAM words, but if failed to converge . So I hope to know this project's performance....

Hi! Is there any plan to support Multi-Directional Multi-Dimensional LSTMs? If you with, i'm available to help. Thanks, Dayvid Castro.

how to create TFRecord from AMI dataset ? thanks!!

1

3 comment

Hi, I tried to run the shell command to initiate training: python trainer/run.py --input_path data/handwritten-test.tfrecords --input_path_test data/handwritten-test.tfrecords --model_dir models --board_path TFboard --filenameNr 1 --save_step 500 --batch_size 10 --max_steps 1000 --display_step...