CommonLoopUtils icon indicating copy to clipboard operation
CommonLoopUtils copied to clipboard

CLU lets you write beautiful training loops in JAX.

Results 42 CommonLoopUtils issues
Sort by recently updated
recently updated
newest added

Create separate module for TF-compatible `parameter_overview`.

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.