Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
The `lr` is now deprecated, we use `learning_rate` instead.
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