@paskino tells me that his GPU is running out of memory in computing the diagonal of the Hessian for some reason.
you could consider using
https://github.com/SyneRBI/PETRIC2/blob/97aa45ecb1f9dbccc7d146537f6f5d4bca818420/SIRF_data_preparation/run_LBFGSBPC.py#L68-L82
if STIR version is >= 6.3.0
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Good point.
(1) once setup, how to I apply this the diagnonal of the hessian to an image?
(2) I guess this uses the GPU?
(3) Does @paskino have more diagnostic information?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I did a short comparison of my cupy reimplementation vs the STIR based RDP diag hessian:
https://github.com/gschramm/PETRIC2/blob/main/test_rdp_hess.py
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()