vnet.pytorch
vnet.pytorch copied to clipboard
fix a bug in CPU mode
DataParallel should be used only with GPUs. If a user disabled Cuda in order to run the model on CPU, an error will show up.