Replies: 1 comment
-
I assume by calling |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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