You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using grape.embedders.Node2VecGloVeEnsmallen in an environment where there is a strict limit on number of threads being spawned. I could not find any argument that sets the number of threads.
Is there a recommended way to work around this?
The text was updated successfully, but these errors were encountered:
Not for those using Rayon for parallelism such as Node2VecGloVeEnsmallen. The ones that were straightforwardly possible to set it via a parameter are already available as kwargs.
I am using
grape.embedders.Node2VecGloVeEnsmallen
in an environment where there is a strict limit on number of threads being spawned. I could not find any argument that sets the number of threads.Is there a recommended way to work around this?
The text was updated successfully, but these errors were encountered: