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
@ezerbib Yes, after going through the documentation and well a code, I think it should be learning_rate over lr, So I have solved this issue, please look into my PR #178
Machine-Learning-Collection/ML/TensorFlow/Basics/tutorial3-neuralnetwork.py
Line 42 in 558557c
should be replaced with
optimizer=keras.optimizers.Adam(learning_rate=0.001),
The text was updated successfully, but these errors were encountered: