google / orbax

Orbax provides common checkpointing and persistence utilities for JAX users
https://orbax.readthedocs.io/
Apache License 2.0
305 stars 36 forks source link

Add `strict` option in `ArrayRestoreArgs`, defaulting to True. This prevents arrays from being accidentally padded or truncated when restoring. #1247

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Add strict option in ArrayRestoreArgs, defaulting to True. This prevents arrays from being accidentally padded or truncated when restoring.