google-deepmind / jax_privacy

Algorithms for Privacy-Preserving Machine Learning in JAX
Apache License 2.0
87 stars 11 forks source link

TypeError: Subscripted generics cannot be used with class and instance checks #11

Closed kamadforge closed 9 months ago

kamadforge commented 1 year ago

There appears the error given as

[jaxline] training loop failed with error

and in more detail,

TypeError: Subscripted generics cannot be used with class and instance checks

What could be the reason of such error?

lberrada commented 1 year ago

I cannot reproduce this error locally, could you detail which versions of python, jax and chex you are using?

lberrada commented 9 months ago

Closing due to lack of reproducibility.