Hi!
I've got a DGP problem which runs well on my local machine. However, when I transpose it to a computing node, I run into "RecursionError: maximum recursion depth exceeded while calling a Python object".
The issue here is that I need to embed the this optimization solver within an ML framework on GPU, and my local machine does not have a GPU (or any fast way to perform gradient descent).
For more info:
local machine - core i5-6200U; 8 GB RAM
node - intel xeon gold 6142; 16 GB RAM
Thank you!
Henry