About the RAM out of memory.

About the RAM out of memory.  

  By: JinqiuXia on Aug. 16, 2023, 11:11 a.m.

When I tried out my algorithm, I got the error: RuntimeError: Background workers died. Look for the error message further up! If there is none then your RAM was full and the worker was killed by the OS. Use fewer workers or get more RAM in that case!

If I am unable to modify my algorithm any further, are there any other solutions to address insufficient RAM?

Re: About the RAM out of memory.  

  By: xiangdeluo on Aug. 17, 2023, 3:13 a.m.

Hi, Please check the data type of your outputs, if possible, please save your output as int8 or uint8 to save the memory costs. Best, Xiangde Luo/Jia Fu.