-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix nonlinear transformations #12
Fix nonlinear transformations #12
Conversation
Constant flow raises an error about the interpolation method.
#6 I think this looks good enough to merge, just going to validate with a test. |
Nonparametric
B-spline
Wendland
|
Excellent, thanks! |
Hey so I'm testing right now. Seems like nonlinear transforms run out of memory very quickly (32GB GPU). I'm running an affine transformation right now and all linear transforms seem to be okay |
I think part of it is in the create_image_pyramids, airlab-unibas/airlab#29 which I have tried to remedy here: https://github.com/jlevy44/airlab . Still too much memory. |
So still memory issues. I'm going to merge here and then open up a new PR. @sumanthratna I've added you as a collaborator so feel free to open additional branches in this repo. |
In any case, it was functional and thus should have been merged anyways. |
non_parametric
: functionalbspline
: functionalwendland
: functionalDecreasing the learning rate solves the issue of the loss of microarchitectural details (airlab-unibas/airlab#26). Further experimentation with parameters may be necessary.