xingyizhou / GTR

Global Tracking Transformers, CVPR 2022
375 stars 57 forks source link

how to train on one gpu #28

Open quxu91 opened 2 years ago

quxu91 commented 2 years ago

Hi, thanks for your wonderful works! I have only one gpu, can i train the network? If it is possible, how to train on one gpu?

briannlongzhao commented 2 years ago

In my case in the config file that I am using I changed IMS_PER_BATCH to 1 and used --num_gpus 1 in argument

jaysonpryde commented 2 years ago

@briannlongzhao, @xingyizhou @chenxwh for 1 GPU training, should IMS_PER_BATCH need to be set to 1 so that the asserts in: