MultiProcessing with PyTorch

I want to use the concept of multiprocessing with PyTorch. Are there any basic tutorials for this?

nn.parallel.DataParallel
https://discuss.pytorch.org/t/is-the-loss-function-paralleled-when-using-dataparallel/3346

http://pytorch.org/docs/notes/multiprocessing.html
also https://docs.python.org/2/library/multiprocessing.html

Thanks Smth. The second link is more useful for me.

Thanks :slight_smile:

Check with Python… threading Vs. Multiprocessing