Open Doris404 opened 3 months ago
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: