-
Notifications
You must be signed in to change notification settings - Fork 69
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
Added Averaging Neural Operator with tests and a tutorial #230
Conversation
Please look at #239 for using the same strategy. Also use |
51409b0
to
8e6cea1
Compare
Only remaining issue is codacy complaining about the AVNOBlock class having too few public methods, which I think is unfixable. |
What's the status here? |
dbe389c
to
377dae8
Compare
Very good! I will make some minor changes and then we can merge! |
@ndem0 for me everything is ok, @guglielmopadula did an amazing job! I made some minor corrections (checking the type of the input objects, and modifying a bit the doc to make it consistent with the package). Ready to go! |
* add Averaging Neural Operator with tests * add backward test * minor changes * doc addition --------- Co-authored-by: Dario Coscia <[email protected]>
Added Averaging Neural Operator with tests and a tutorial
(details about the model are in https://arxiv.org/abs/2304.13221)