Closed crstngc closed 11 months ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
021d904
) 94.58% compared to head (68518e4
) 94.80%.
Files | Patch % | Lines |
---|---|---|
scico/flax/train/state.py | 76.92% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Will this PR close #409?
Entries to CHANGES.rst
were added. This PR should close #409.
Note that the adaptation of the CLU library implemented to display model parameters remains since the analogous functionality in Flax (based on nn.tabulate
) is slightly more complex to deploy and does not include parameter statistics (mean and standard deviations).
The focus of this PR is to enable Orbax checkpointing of Flax models and remove an obsolete dependency on Tensorflow.