VITA-Group / FasterSeg

[ICLR 2020] "FasterSeg: Searching for Faster Real-time Semantic Segmentation" by Wuyang Chen, Xinyu Gong, Xianming Liu, Qian Zhang, Yuan Li, Zhangyang Wang
MIT License
525 stars 107 forks source link

multi gpu training #11

Closed pawopawo closed 4 years ago

pawopawo commented 4 years ago

Thanks for your excellent work !

Training is very slow. Does it support distributed training?

chenwydj commented 4 years ago

Thank you @pawopawo !

Running this current version with multi-gpu will be very slow, see post here.

People start using Apex for parallel, maybe you could have a try.