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

reuse should be 'True' in test phase. Shouldn't it? #15

Open
lokhande-vishnu opened this issue Dec 8, 2017 · 1 comment
Open

reuse should be 'True' in test phase. Shouldn't it? #15

lokhande-vishnu opened this issue Dec 8, 2017 · 1 comment

Comments

@lokhande-vishnu
Copy link
Contributor

logits = inference(self.test_image_placeholder, FLAGS.num_residual_blocks, reuse=False)

@wenxinxu
Copy link
Owner

It should be False. In line 225, the graph has not been built yet and no variables existing in the scope.

Note conceptually it's different from evaluation, where you want to use the existing graph to do the inference

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