Replies: 1 comment
-
Please consider the following options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a checkpoint which is a single PyTree. Each leaf has a leading batch dimension. I want to be able to restore the
i
-th slice of this leading dimension only. The end result should be a PyTree of the same structure as the checkpoint, but each leaf is thei
-th slice. Is there a way to write a custom handler to facilitate this? I know that Zarr3 let's you read only a chunk of the data from disk.Beta Was this translation helpful? Give feedback.
All reactions