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

No restore logic in evaluate.py #20

Closed
renmengye opened this issue Oct 16, 2017 · 1 comment
Closed

No restore logic in evaluate.py #20

renmengye opened this issue Oct 16, 2017 · 1 comment

Comments

@renmengye
Copy link

renmengye commented Oct 16, 2017

I trained a MNIST network using train.py and saved in ./mnist folder.

In evaluate.py there is no logic that restores the saved network.

I printed the loss, it doesn't seem to decrease and I printed deltas, which are exactly the same as doing gradient descent (i.e. LSTM initialized at 0).

@ko3n1g
Copy link

ko3n1g commented Dec 18, 2019

can you elaborate on the solution? trying to get MNIST to work as well, but no luck so far. My tensorflow version is 1.5, dm-sonnet 1.10, running on GPU, and the mnist-bug (ticket #22) is implemented..

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