-
Notifications
You must be signed in to change notification settings - Fork 0
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
A question #2
Comments
Hi. I was writing this package targeting AMD GPU hardware as well. That said, once Flux.jl has gained AMDGPU support, I tried using it, but it was slower so I kept using this code. |
Understood. That's great that you're getting a speedup. I came across this package yesterday and I'd like to use this for image/SDF regression tasks. Do you have a MWE by chance for using this package for those tasks? |
You mean you want to learn image based in input coordinates, like in the link? For SDF you can check Nerf.jl package, it implements instant-ngp NeRF example, but it should be easy to extend it to SDF. |
Hi @pxl-th,
This looks like a great package. I'm wondering why you wrote your own Dense and Chain layers instead of using those in Lux/Flux?
The text was updated successfully, but these errors were encountered: