-
Notifications
You must be signed in to change notification settings - Fork 45
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
Model does not produce expected results #27
Comments
I have the same issue. Also, I get the same out of memory warnings you're getting on my 1080, and I had to add allow_growth config option or it would bomb. I also tried it on a rented 2080 ti and got the same classification, but no memory warnings. |
Same probleme here, any update yet? |
Hello, I have the same issue of poor performance. |
Found the solution: |
When I change line 182 to: I get: Did anyone face this or know how to solve it? Edit I changed line 182 to: |
I have followed the directions in the repository to download and run the model. The code successfully executes for the following image (directly from the Tensorflow im2txt repository)
However, when I run the model against this image, I receive the intended results:
What could be the problem that I am running into?
The text was updated successfully, but these errors were encountered: