Geo-CNN-Pytorch-PYG
Geo-CNN-Pytorch-PYG copied to clipboard
GPU problem
- you run the codes on a single gpu or multi gpu? some differences exist in the code? thanks!
I run the code on a single GPU, but it supports multiple GPU mode. It's implemented by dp of PyTorch, btw, ddp may be better.
How to use DataListloader of PyG to transfer pin_memory TRUE to dataloader of PyTorch? I want to load data to GPU.