We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe52c50 commit cf96547Copy full SHA for cf96547
src/metrax/nnx/nnx_wrapper.py
@@ -32,3 +32,6 @@ def update(self, **kwargs) -> None:
32
33
def compute(self):
34
return self.clu_metric.compute()
35
+
36
+ def __init_subclass__(cls, **kwargs):
37
+ super().__init_subclass__(pytree=False, **kwargs)
0 commit comments