We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
self.path
equinox.Module
equinox.tree_deserialise_leaves(path_or_file: Union[str, pathlib.Path, BinaryIO], like: PyTree,)
f3dasm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some loading methods for custom objects do require other arguments than a
self.path
in order to be loaded into memory. One example is anequinox.Module
withequinox.tree_deserialise_leaves(path_or_file: Union[str, pathlib.Path, BinaryIO], like: PyTree,)
, which requires a template of theequinox.Module
class. Loading this object is not possible in the current state off3dasm
The text was updated successfully, but these errors were encountered: