Skip to content
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

Hello, I found that the same pair of images twice predicted results may be different, the reason for this problem is what? What is the current accuracy of the method you are tuned to? #44

Open
zj463261929 opened this issue Jun 22, 2017 · 2 comments

Comments

@zj463261929
Copy link

No description provided.

@zj463261929
Copy link
Author

The problem is solved. The problem appears ”cnn_model = CNN(self.img_data, not self.forward_only) #(True))”. svt accuracy:from 67% to 75.6%

@zoe218
Copy link

zoe218 commented Dec 29, 2017

@you mean that change 'cnn_model = CNN(self.img_data, True) #(not self.forward_only))' to ”cnn_model = CNN(self.img_data, not self.forward_only) #(True))”?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants