You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUDA memory increased by 4GiB, which is unbearable. That code is supposed to run several times. Each time that code is run, CUDA memory grows by 4GB until the CUDA out of memory.
I check the shape of each variable, it seems that it wasn't the problem of the size of variables, every variables are in expected shape.
And the output size is also in expected shape, rendered_image.shape=torch.Size([3, 1024, 1024])
I have tried reinstalled diff_gaussian_rasterization and it doesn't work.
Could you tell me some potential possible reasons which cause this problem and it's corresponding solutions?
I will be grateful for your timely response !
The text was updated successfully, but these errors were encountered:
It's a wired problem, which bothered me for a whole day.
when i running code below:
CUDA memory increased by 4GiB, which is unbearable. That code is supposed to run several times. Each time that code is run, CUDA memory grows by 4GB until the CUDA out of memory.
I check the shape of each variable, it seems that it wasn't the problem of the size of variables, every variables are in expected shape.
And the output size is also in expected shape,
rendered_image.shape=torch.Size([3, 1024, 1024])
I have tried reinstalled diff_gaussian_rasterization and it doesn't work.
Could you tell me some potential possible reasons which cause this problem and it's corresponding solutions?
I will be grateful for your timely response !
The text was updated successfully, but these errors were encountered: