Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

The `lr` is now deprecated, we use `learning_rate` instead.

Open bitsnaps opened this issue 3 years ago • 0 comments

The msg:

...\lib\site-packages\keras\optimizer_v2\adam.py:105: UserWarning: The `lr` argument is deprecated, use `learning_rate` instead.
  super(Adam, self).__init__(name, **kwargs)

https://github.com/aladdinpersson/Machine-Learning-Collection/blob/ac5dcd03a40a08a8af7e1a67ade37f28cf88db43/ML/TensorFlow/Basics/tutorial4-convnet.py#L55

bitsnaps avatar Nov 14 '21 06:11 bitsnaps