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
I noticed, that when using the PyroNN Layers for training, sporadically the training aborts, because the layers dont seem to get the required memory. This error is displayed:
GPUassert: out of memory pyronn_layers/cc/kernels/cone_backprojector_3D_CudaKernel_hardware_interp.cu.cc 129
The responsible line of code in the pyronn-layers is here:
I noticed, that when using the PyroNN Layers for training, sporadically the training aborts, because the layers dont seem to get the required memory. This error is displayed:
GPUassert: out of memory pyronn_layers/cc/kernels/cone_backprojector_3D_CudaKernel_hardware_interp.cu.cc 129
The responsible line of code in the pyronn-layers is here:
PYRO-NN-Layers/cc/kernels/cone_backprojector_3D_CudaKernel_hardware_interp.cu.cc
Lines 125 to 134 in 9bec5cc
Then I noticed the comments describing exactly the problem I am experiencing (I believe):
PYRO-NN-Layers/cc/kernels/cone_backprojector_3D_CudaKernel_hardware_interp.cu.cc
Lines 89 to 103 in 9bec5cc
Will this TODO be resolved anytime soon? I would really appreciate it and would love to help if I can.
Cheers,
Max
The text was updated successfully, but these errors were encountered: