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

Query regarding loading weight file during testing #37

Open
shashankvkt opened this issue Jul 30, 2019 · 2 comments
Open

Query regarding loading weight file during testing #37

shashankvkt opened this issue Jul 30, 2019 · 2 comments

Comments

@shashankvkt
Copy link

Hi,
Thank you very much for providing the code. Since I am new to tensorflow, I was wondering if anyone could guide me on where is my trained weight file being loaded during testing?

Thanks

@shashankvkt shashankvkt changed the title Query regarding loading model file during testing Query regarding loading weightfile during testing Jul 30, 2019
@shashankvkt shashankvkt changed the title Query regarding loading weightfile during testing Query regarding loading weight file during testing Jul 30, 2019
@burgetrm
Copy link

Your trained models are stored to checkpoint directory, e.g. mnist_64_28_28 if you use batch size 64 and output dimension 28x28 pixels.

@shashankvkt
Copy link
Author

Thank you for your reply. But I could only see that being loaded in the train method as follows
could_load, checkpoint_counter = self.load(self.checkpoint_dir line 193

But couldnt find anything as such in the test methods. Could you kindly guide me as to which line loads the checkpoint (or weights) during test?
Thanks

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