You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?