Replies: 1 comment
-
|
I assume by calling |
Beta Was this translation helpful? Give feedback.
0 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.
-
Thanks for the nice extension!
Currently, I am training deep learning model with pytorch DDP.
torch.multiprocessing.spawn(run, args=(exp,), nprocs=exp.world_size)creates subprocesses inside.How can I set user-defined process name for these kind of multiprocessing stuff?
Reference
https://pytorch.org/docs/stable/_modules/torch/multiprocessing/spawn.html#spawn
Beta Was this translation helpful? Give feedback.
All reactions