CRNN_CTC_English_Handwriting_Recognition icon indicating copy to clipboard operation
CRNN_CTC_English_Handwriting_Recognition copied to clipboard

Can you please give sample output files.

Open GireeshS22 opened this issue 5 years ago • 0 comments

hi,

Thank you for your work, but can you please give your sample input files:

WORDS_DATA = 'path-to-words.txt' WORDS_TRAIN = 'path-to-words_train.txt' WORDS_TEXT = 'path-to-words_test.txt' CONFIG_MODEL = 'path-to-model-config' WEIGHT_MODEL = 'path-to-save-model' MODEL_CHECKPOINT = 'path-to-save-checkpoint' LOGGING = 'path-to-log-file'WORDS_FOLDER = "path-to-words-folder"

This will be easy to actually execute the program and see the output of the program.

GireeshS22 avatar Apr 08 '19 06:04 GireeshS22