tensorflow_CTC_example icon indicating copy to clipboard operation
tensorflow_CTC_example copied to clipboard

A short example of training a bidirectional LSTM model with connectionist temporal classification

Results 5 tensorflow_CTC_example issues
Sort by recently updated
recently updated
newest added

Hi, I would like the scripts used to get the numpy arrays used for training and testing. I have access to the TIMIT database but am unsure of how to...

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...

Hello, I run the example, but in "utils.py " file, there is some wrong with "sparse_tensor_feed" on line 27 & 28, so did you write the function "sparse_tensor_feed" in this...

hi, I try to test the dataset by using your sample data, but the error shows that "Attemped to use a closed Session" . Could you show me the example...

hello, I train my data with your code with successful,but I meet a problem for i cannot how to use the model to train my data,thanks!