tensorflow_CTC_example
tensorflow_CTC_example copied to clipboard
Training images
hello,i used your model to train myself captcha images,but the loss is always 14,and don't convergence。Can you show me your training images?or tell me how to see them .I want to know whether my pictures are too complicated。Thanks.
The inputs in the example code are processed features from speech waveforms, not images. If you're trying to use this type of model structure with image data, you'll likely need a few more layers, with possibly a mix of convolution and LSTM layers.
Hello, can you specify how to prepair input and output for OCR like tasks?
Related: https://github.com/igormq/ctc_tensorflow_example/issues/20