-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple GPU #8
Comments
Hi @wujunyi627 I will definitely to merge the multi-gpu usage elegantly with the current code. |
I just made some simple modification in train_new.py. |
Thank you. But it may raise a question in |
I changed the function "save_network" in train_new.py |
Will there be a drop when training ReID triplet loss with multi-GPU compared to the single GPU training? |
Hi, Zheng , Thanks a lot for your work.
I was a little confused about the code: even using' --gpu_ids =0,1' or --gpu_ids=0,1,2,3, it only uses one GPU.
The text was updated successfully, but these errors were encountered: