facebookresearch / deepmask

Torch implementation of DeepMask and SharpMask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-GPU Training?

toomanyqs opened this issue · comments

Does this project not have Multi-GPU support? I have been trying to train Deepmask and Sharpmask on my own dataset on an Amazon EC2 p2.16xlarge instance, but it is only using one of the K80s instead of all 16.

Did you try with -gpu 16 ?

-gpu 'n' uses nth gpu rather than using n gpus.

Any update on this? I am having the same problem.

I noticed it also. Maybe need to use something like nn parallel for multi gpu support.