UniRes icon indicating copy to clipboard operation
UniRes copied to clipboard

Support read/write nifti when large number of observations.

Open brudfors opened this issue 5 years ago • 1 comments

GPU memory will become an issue for a large number of observed images, support reading writing from disk, directly into GPU memeory, would alleviate this problem.

brudfors avatar Jun 22 '20 12:06 brudfors

An option could be to use .detach.cpu() and have some stuff in regular RAM

brudfors avatar Jul 24 '20 08:07 brudfors