Replies: 1 comment 7 replies
-
|
I would recommend trying to stick with multithreading unless there's a specific reason to switch. Julia doesn't have a GIL so the multithreading is actually parallel. Btw, can you share the error you are seeing? In terms of packages, there is a |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am currently using the default
'multithreading'over all cores, however I would like to be able to restrict the number of processors used. Additionally, I am calling some additional Julia packages for use in aTemplateExpressionSpec, includingONNXRunTimefor a neural network using:I noticed specifying
procsis ignored when usingmultithreading, and when usingmultiprocessingI am unsure how to correctly import Julia packages or specify 'global' variables/models as it seems my current method does not work. What would be the recommended method for this workflow?Thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions