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
There are certain behaviors in standard Python multiprocessing that we don't explicitly see in our library (although you could wrap launch() in such utilities).
For example: starting a "server" that runs in the background (#65), running launch() commands in parallel (e.g. evaluate 8 datasets in parallel on 8 GPUs) like a Pool, Pipes that would permit "yielding" objects from running processes (#54), and so forth.
The text was updated successfully, but these errors were encountered:
There are certain behaviors in standard Python multiprocessing that we don't explicitly see in our library (although you could wrap
launch()
in such utilities).For example: starting a "server" that runs in the background (#65), running
launch()
commands in parallel (e.g. evaluate 8 datasets in parallel on 8 GPUs) like a Pool, Pipes that would permit "yielding" objects from running processes (#54), and so forth.The text was updated successfully, but these errors were encountered: