CommonLoopUtils icon indicating copy to clipboard operation
CommonLoopUtils copied to clipboard

Makes Metric/Collection inherit from PyNodeTree.

Open copybara-service[bot] opened this issue 3 years ago • 0 comments

Makes Metric/Collection inherit from PyNodeTree.

That avoids having to decorate Metric/Collection subclasses with @flax.struct.dataclass and removes one class of confusing errors.

Note that all calling code has to be updated accordingly, because subclasses of PyNodeTree can NOT be decorated with @flax.struct.dataclass anymore.

copybara-service[bot] avatar Jul 13 '22 13:07 copybara-service[bot]