-
Notifications
You must be signed in to change notification settings - Fork 17
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
result have no colors #12
Comments
Hi, can you try to decrease the number for parameter "texture_map_max_sizeK"? |
I face the same problem. I have changed "texture_map_max_sizeK" from "10" to "5", but It doesn't make any difference.
INFO:root: elapsed time (0. Initialize): 1.06 sec
/data/S221000776-CZX/.local/lib/python3.9/site-packages/torch/tensor.py:575: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. |
run the demo, but the result have no colors.
press D, get:
my GPU is 2070, it appears oom;
then i change to cpu in texture_utils.py:
which step may have problem.
thank you
The text was updated successfully, but these errors were encountered: