BlueBrain / BlueBrain/Deep-Atlas
Monitor interpolation memory usage when using GPUs
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
People have run out of memory in the middle of interpolation.
* Once the interpolation is done, there is no need to keep the successfully interpolated in the GPU memory. Make sure it is deleted (e.g. `.to("cpu")`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.