Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Abstract type for neural operators #81

Closed
KirillZubov opened this issue Jul 15, 2022 · 1 comment · Fixed by #82
Closed

Abstract type for neural operators #81

KirillZubov opened this issue Jul 15, 2022 · 1 comment · Fixed by #82

Comments

@KirillZubov
Copy link
Member

abstract type AbstractNeuralOperator end

struct DeepONet{T1, T2} <: AbstractNeuralOperator
    branch_net::T1
    trunk_net::T2
end
@yuehhua
Copy link
Collaborator

yuehhua commented Jul 16, 2022

Great idea!

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

Successfully merging a pull request may close this issue.

2 participants