DiffDRR
DiffDRR copied to clipboard
Dynamically delete tensors during DRR generation
Once a large tensor like alpha
, alphamids
or step_length
is no longer necessary, it should be deleted to free up memory on the GPU
This would also potentially allow us to overcome memory issues for large DRRs
Can try using the pytorch profiler: https://pytorch.org/tutorials/beginner/profiler.html