Skip to content

Implement DeepONet #23

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

Closed
pzimbrod opened this issue Feb 4, 2022 · 0 comments · Fixed by #24
Closed

Implement DeepONet #23

pzimbrod opened this issue Feb 4, 2022 · 0 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@pzimbrod
Copy link
Contributor

pzimbrod commented Feb 4, 2022

Apart from the Fourier Neural Operator, the other prominent architecture for operator approximation is DeepONet. This should be implemented in a similar fashion as well.

Something like:

model = DeepONet(in_branch, in_trunk, out, latentspace, activation; biases...)

It won't make sense to distinguish between one singular layer and the entire architecture similar to FourierLayer. So this should be worked on after #22 is resolved.

@pzimbrod pzimbrod added the enhancement New feature or request label Feb 4, 2022
@pzimbrod pzimbrod self-assigned this Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant