-
Notifications
You must be signed in to change notification settings - Fork 32
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
Question about cache_warmup.ipynb #16
Comments
I believe there's an issue when calculating quaternion_loss. After replacing it with L1 loss, the code runs without issues, but the NTC performance doesn't match the official results. The scenario is flame_steak. |
Please refer to #8 which has the same issue as you. The tiny-cuda-nn may preform wrongly in different environments. |
I think I have found the issue. My environment is:
"As mentioned in #8 , different versions can cause problems. In my version, when calculating
Therefore, increasing the precision of q1 can solve this problem. The code can be modified as shown below: |
Nice job, thank you! |
The README is updated. |
When I run the cache_warmup.ipynb script, the loss becomes NaN during the second epoch. What could be causing this issue? I haven't made any modifications to the code after cloning the repository.
The text was updated successfully, but these errors were encountered: