Hi, ruochi! I'm trying to run Higashi at a low resolution, like 10kb.
It seems trigger a concurrent.futures.processBrokenFrocessPool error when creating matrices tasks.
I tried to run higashi from the CLI instead of the API, but the error persisted as below.
Then, I tried to change "cpu" in configure from -1 to 1, and a new memory error occurs as below.
Do you know how to solve this problem when creating matrices tasks in higashi_model.process_data()?
Hi, ruochi! I'm trying to run Higashi at a low resolution, like 10kb. It seems trigger a concurrent.futures.processBrokenFrocessPool error when creating matrices tasks. I tried to run higashi from the CLI instead of the API, but the error persisted as below.
Then, I tried to change "cpu" in configure from -1 to 1, and a new memory error occurs as below.
Do you know how to solve this problem when creating matrices tasks in higashi_model.process_data()?
Thanks!