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
What is the use case?
Currently we're using a global mutex to make one function (using pytorch) is executed at a time, to avoid conflicts. We should improve the scheduling strategy.
Describe the solution you'd like
We may try to use multiprocessing for this.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
What is the use case?
Currently we're using a global mutex to make one function (using pytorch) is executed at a time, to avoid conflicts. We should improve the scheduling strategy.
Describe the solution you'd like
We may try to use multiprocessing for this.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: