tensorflow-vrnn icon indicating copy to clipboard operation
tensorflow-vrnn copied to clipboard

Learning rate

Open gissemari opened this issue 7 years ago • 0 comments

Hi phreeza, The learning rate is initialized as self.lr = tf.Variable(0.0, trainable=False) and not taken from the parameters. It should be initialized with the parameter and then modified with the decay right?

gissemari avatar Dec 21 '18 15:12 gissemari