Running torch on jamovi
Posted: Fri Jun 13, 2025 11:26 am
Hi,
I'm currently developing a module focused on ML modelling. I am using the parsnip package to fit my models and I'm having trouble with the neural network function using the "brulee" inference engine which in turn uses torch as a backend. When I try to run a small model I get the "resource limit reached" error while all the other models (Random Forest, XGBOOST etc.) give no problems, my guess is that torch is too much of an overhead but I would really like to use it. Is it possible to reduce the overhead or increase the resource limit?
Thank you in advance!
I'm currently developing a module focused on ML modelling. I am using the parsnip package to fit my models and I'm having trouble with the neural network function using the "brulee" inference engine which in turn uses torch as a backend. When I try to run a small model I get the "resource limit reached" error while all the other models (Random Forest, XGBOOST etc.) give no problems, my guess is that torch is too much of an overhead but I would really like to use it. Is it possible to reduce the overhead or increase the resource limit?
Thank you in advance!