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
I am using inspect_gen.py with TF2.4. I am encountering the function _clip_gradientshere. However, the optimizers class doesn't have a _clip_gradients function. Please let me know what am I missing or an equivalent function for the same.
Thanks
The text was updated successfully, but these errors were encountered:
I no longer actively maintain this repository for future TF versions. This bug stemmed from 2.4's change of train_step logic, which see_rnn utilized in get_gradients. The fix involves updating this logic per code here; anyone willing is free to open a PR.
I might address this eventually, but not anytime soon.
Hi,
I am using
inspect_gen.py
with TF2.4. I am encountering the function_clip_gradients
here. However, the optimizers class doesn't have a_clip_gradients
function. Please let me know what am I missing or an equivalent function for the same.Thanks
The text was updated successfully, but these errors were encountered: