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

Creating variables for a new batch every time #37

Open
7wik opened this issue May 15, 2017 · 0 comments
Open

Creating variables for a new batch every time #37

7wik opened this issue May 15, 2017 · 0 comments

Comments

@7wik
Copy link

7wik commented May 15, 2017

I feel that tf.get_variable() has to be used instead of tf.Variable(). In each epoch all the mini batches have to interact with same set of weights. But since we are using tf.Variable() for each autoencoder['cost'] calculation, we indirectly call the autoencoder function which creates a new set of weights every time we call pkmital@

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

1 participant