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

Use the taichi autodiff grad during backward #168

Open
zjcs opened this issue May 30, 2024 · 1 comment
Open

Use the taichi autodiff grad during backward #168

zjcs opened this issue May 30, 2024 · 1 comment

Comments

@zjcs
Copy link

zjcs commented May 30, 2024

When I read the taichi doc, taichi support autodiff funcation by kernel_func.grad. So is it possible to directly use kernel_func.grad in the backward function during taichi-3dgs?

@wanmeihuali
Copy link
Owner

I've tried that before: #53
It seems taichi's autodiff system is still buggy and cannot produce the correct gradient. It seems the taichi's autodiff implementation is pretty naive.

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