How can I leverage DistributedDataParallel in the regression example?

I am going through this example: https://github.com/pytorch/examples/tree/master/regression

Is there any way I can learn about the DistributedDataParallel functionality via this example?

If yes, then what are the changes which would be necessary for doing the same?