-
Notifications
You must be signed in to change notification settings - Fork 44
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
Differentiable n-dimensional nearest
and linear
interpolation for DataArray
#1769
Conversation
0ced3b6
to
0162bcc
Compare
61f33e4
to
02fd006
Compare
e4fcb00
to
adcdf69
Compare
dfa68bb
to
511e3be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yaugenst-flex , let's discuss these last few things but overall looks great
d9ea683
to
c96525a
Compare
c96525a
to
ff75702
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! 👍 feel like this is ready once the notebook issue is figured out. thanks Yannick!
a1ef16c
to
a918411
Compare
a918411
to
1fe8638
Compare
Metalens notebook is passing, so this should be ready to go @tylerflex @momchil-flex |
Looks good to me! Feel free to merge when everyone approves. Could you also add a PR for the autograd metalens notebook? |
and perhaps change existing autograd notebooks to use (quickstart, metallic antenna). |
@dmarek-flex any last comments / suggestions before we merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Implements differentiable interpolation methods for
DataArray
.plugins/autograd/functions.py
.td.DataArray
.DataArray
implementation.