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
learning_rate=0.001, gradient_transformers=[AutoClipper(10)]
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/optimizer_v2/adam.py", line 115, in __init__
super(Adam, self).__init__(name, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/optimizer_v2/optimizer_v2.py", line 303, in __init__
"passed to optimizer: " + str(k))
TypeError: Unexpected keyword argument passed to optimizer: gradient_transformers
The text was updated successfully, but these errors were encountered:
TypeError: Unexpected keyword argument passed to optimizer: gradient_transformers
The text was updated successfully, but these errors were encountered: