-
Notifications
You must be signed in to change notification settings - Fork 4
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 batches in make templates to not overload GPU memory #20
Comments
This is the error. I get it with viewing distance 1.0 / (4.0 * pi) on my laptop and something similar using 0.5 / (4.0 * pi) on my workstation.
On the workstation, it says |
Here's the full command and error log, running in iPython. I think the issue is that the GPU memory is already allocated in a previous step.
|
At the moment, this is a limiting step for finer sampling
The text was updated successfully, but these errors were encountered: