CRNN_CTC_English_Handwriting_Recognition
CRNN_CTC_English_Handwriting_Recognition copied to clipboard
Can you please give sample output files.
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.