haoyu94/Coarse-to-fine-correspondences

How to use multiple GPU

yangsihai97 opened this issue · 1 comments

Hello, author!
How can I use multiple GPUs for training here? I tried the conventional method and found that it didn't work

Hi,

thanks for your interest in our work. We didn't train CoFiNet using multiple GPUs. You can modify it yourself for DDP training according to https://pytorch.org/docs/stable/notes/ddp.html.

If you have already tried that and found it didn't work, could you please show the configurations and probably how you did the parallel training?