Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: enable StoreProtocol.load() to have optional kwargs #285

Open
mpvanderschelling opened this issue Nov 5, 2024 · 0 comments

Comments

@mpvanderschelling
Copy link
Collaborator

Some loading methods for custom objects do require other arguments than a self.path in order to be loaded into memory. One example is an equinox.Module with equinox.tree_deserialise_leaves(path_or_file: Union[str, pathlib.Path, BinaryIO], like: PyTree,), which requires a template of the equinox.Module class. Loading this object is not possible in the current state of f3dasm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant