-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
structs for Neural Operators #19
Conversation
I thought overloading |
That is an invalid overload. It almost certainly won't do what you are expecting it to do. I don't understand the rest of your question. |
Instead of moving to structs, it is more convinient to make FNOs a compact layer too. I previously had a struct with the chain
In the structs setup, I had calling |
5b6ce9f#diff-c2cb5b240d81999115bf4cfd0c46952645c08c0b620b37c91e51de853ccb6f51L18-L36 This was the overload I meant. |
No that is not the correct way to define the structs discussed in that issue. Go through https://lux.csail.mit.edu/stable/manual/interface |
I'll move around the docstring. Right now ig they do not correspond to right function calls. |
Yes let's do that. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.23.2 to 1.23.5. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.23.2...v1.23.5) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixes #16