CommonLoopUtils
CommonLoopUtils copied to clipboard
CLU lets you write beautiful training loops in JAX.
Internal change.
Internal change.
Create separate module for TF-compatible `parameter_overview`.
Fix TorchTensorboardWriter.
Clu metrics + `__future__.annotations`
Internal change.
Fix type annotations
metrics: Use Array and ArrayLike types thoughout Currently the inputs to `from_model_output` are not typed. However, these functions cannot accept arbitrary inputs, they need to be a value convertable to...
Make Metrics and Collection class inherit from struct.PyTreeNode, so that we don't have to decorate them with struct.dataclass anymore.
Allow subclassing Collection.