tensorflow-vrnn
tensorflow-vrnn copied to clipboard
Learning rate
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?