-
-
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
Make DeepONet
and FourierNeuralOperator
into structs
#16
Comments
@avik-pal is there another easy way to find out the type of Lux.NeuralOperator? is it DeepONet or FourierNeuralOperator and etc? |
No don't dispatch on |
@avik-pal ok, how identify type of FourierNeuralOperator? |
FNO just returns a Chain. We could modify it to return a layer that can be dispatched on. |
DeepONet
and FourierNeuralOperator
into structs
@ayushinav can you get this done? |
We can probably make a |
it guess it should be something like deeponet.name == "DeepONet"
The text was updated successfully, but these errors were encountered: