MatthieuQcc

Results 1 comments of MatthieuQcc

You need to change : `self.learning_rate = float(self.optimizer.lr.numpy())` by `self.learning_rate = float(self.optimizer.learning_rate.numpy())` It works for me, but I think there are more compatibility issues.