ZwwWayne / mmMOT

[ICCV2019] Robust Multi-Modality Multi-Object Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training on GPUs

ymxlzgy opened this issue · comments

Thanks for sharing your code, I wonder that whether I can choose which GPU I can train this model on or not?

How can I train this framework on multi GPUs ?

Use nn.DistributedDataParallel should work.

Thanks!