-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test #6
Comments
The main purpose of the code is to give an example implementation of LSTM and CTC in TensorFlow. I'd expect any individualized application to require some parameter tuning and almost certainly more than one layer. If you can provide some more detail on what you're trying to do and what you're having problems with, I may be able to offer some suggestions. |
I tried to use LSTM and CTC to identity my ID card numbers like captcha,I generated some data with label and use your data format, I used your frame to train my generating data well and get the precision about 90.6 ,now I have some real images with no label, I don't want to recognition my character one by one, now I don't know how to test. Thank your reply! |
Sorry, but I'm confused by this part: "I don't want to recognition my character one by one". Are you saying that you want some output format other than a sequence of characters? |
oh,I'm sorry ,I confused you the problem. In fact, I want to recognition for the whole sequence with LSTM |
I'm still not following. What exactly are you trying to do that isn't working with the current code? |
I just don'know how to test my unlabeled data ,to change my data become the format like "npy"? |
If you're just looking for the model's predictions for new inputs, you'd have a line like |
thanks your reply!I don't understand the code |
i don't know whether you wrote a test code, i have no way to deal with it |
Regarding the line I haven't written test code for this toy example. Contributions welcome. |
@Yang507 hello,how many training samples do you have?I trained captchas,but the accuracy is very low. |
@joyJZhang I used over 36W samples to train and the accuracy is reached to 90.6%, do you write the test code? I want to test my data. |
Haven't written,My accuracy is too low ,when it improve,I will try to write the test code |
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!
The text was updated successfully, but these errors were encountered: