Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected keyword argument passed to optimizer: gradient_transformers #4

Open
saurabhkumar8112 opened this issue Sep 2, 2021 · 1 comment

Comments

@saurabhkumar8112
Copy link

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

@astrogilda
Copy link

Yep, same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants