-
Notifications
You must be signed in to change notification settings - Fork 120
RuntimeError: Trying to create tensor with negative dimension #132
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
Comments
this is what I get: |
what is the parameters you used for ray_marching? It might be the case you are creating too many samples, which causes overflow. Currently the number of samples in each batch has to be smaller than |
Hello,I also have same problem,Could you tell me how to solve it? |
Thank you for your wonderful work! Sometimes when I try to decrease the size of bounding box in function ray_marching, I get this error message. I'm sure the camera are all inside the bounding box. Do you have any idea why this happen?
The text was updated successfully, but these errors were encountered: