tensorflow_tutorials icon indicating copy to clipboard operation
tensorflow_tutorials copied to clipboard

Creating variables for a new batch every time

Open 7wik opened this issue 7 years ago • 0 comments

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@

7wik avatar May 15 '17 05:05 7wik