# [2019.07.08] Multiple GPU

I've never trained a model with more than one GPU before. In PyTorch,
it's surprisingly simple using its DataParallel class, so I tried to
get both of my GPUs loaded for the first time during my work here.