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 debug and find that privacy/fast_gradient_clipping/type_aliases.py line 24 trigger the bug. When we try to Iterable[Tensor] and Mapping[str, Tensor], it send error *** TypeError: 'ABCMeta' object is not subscriptable.
I am using tensorflow_privacy package for dp training. The error messages are as follows:
The text was updated successfully, but these errors were encountered: