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

Use "learning_rate" instead of "lr" because it has been deprecated!

Open aliaminibagh opened this issue 2 years ago • 1 comments

aliaminibagh avatar May 08 '22 17:05 aliaminibagh

in keras.optimizers.Adam(lr=0.001) change lr by learning_rate, the code become keras.optimizers.Adam(learning_rate=0.001)this is just an example

said-ml avatar Sep 16 '23 05:09 said-ml