Skip to content
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

Open
vpuri3 opened this issue Jul 8, 2024 · 3 comments
Open

A question #2

vpuri3 opened this issue Jul 8, 2024 · 3 comments

Comments

@vpuri3
Copy link

vpuri3 commented Jul 8, 2024

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?

@pxl-th
Copy link
Member

pxl-th commented Jul 9, 2024

Hi. I was writing this package targeting AMD GPU hardware as well.
And back then Flux.jl did not support AMD GPU so it seemed easier to just implement couple of layers here than to add full Flux.jl support.

That said, once Flux.jl has gained AMDGPU support, I tried using it, but it was slower so I kept using this code.

@vpuri3
Copy link
Author

vpuri3 commented Jul 9, 2024

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?

@pxl-th
Copy link
Member

pxl-th commented Jul 16, 2024

You mean you want to learn image based in input coordinates, like in the link?
https://github.com/NVlabs/instant-ngp/tree/d78b422c53b925fd86c6fdfbcaa958a3d45ecc7d?tab=readme-ov-file#image-of-einstein

For SDF you can check Nerf.jl package, it implements instant-ngp NeRF example, but it should be easy to extend it to SDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants