-
Notifications
You must be signed in to change notification settings - Fork 14
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
overfeat, Can you help me solve this problem #10
Comments
Do you continue to have this problem out of debug mode? There is a strong possibility that this is due to Overfeat giving results that put nans or infs in the similarity matrix. For example, there is issue #1 (comment). It is likely this is on the Overfeat side of things. |
Thank you very much for your reply. |
Hi, I was able to reproduce the issue - I had forgotten what the error messages "looked" like. This is definitely the same issue as I referenced above. Unfortunately, this is an overfeat issue, and it doesn't look like they will fix it, and I am unsure what the problem is as the code used to work fine. See sermanet/OverFeat#39. This is something I will not fix - my recommendation is that you use one of the TensorFlow slim models I describe, or find an implementation of overfeat to replace the sermanet implementation in the code. I apologize that this isn't working, and I will likely archive this project soon as the code is old and isn't planned on being maintained for new versions of libraries. |
Hi, only |
The text was updated successfully, but these errors were encountered: