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

Crashed by some values' percision changing to fp16 while training #2

Closed
RobotiX101 opened this issue Oct 22, 2024 · 2 comments
Closed

Comments

@RobotiX101
Copy link

some values' precision would change to fp16 while training, and lead to an unexpected crash.

@zhihao-lin
Copy link
Owner

I guess it's an issue about the tiny-cuda-nn package. Please follow the installation instruction in the readme. Specifically, please edit tiny-cuda-nn/include/tiny-cuda-nn/common.h and set TCNN_HALF_PRECISION to 0 (see NVlabs/tiny-cuda-nn#51 for details)

@RobotiX101
Copy link
Author

I guess it's an issue about the tiny-cuda-nn package. Please follow the installation instruction in the readme. Specifically, please edit tiny-cuda-nn/include/tiny-cuda-nn/common.h and set TCNN_HALF_PRECISION to 0 (see NVlabs/tiny-cuda-nn#51 for details)

thank u, solved

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