You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether this base code can support Multi GPU training ??
I try to change this paramters ( parser.add_argument('--GPU', required=False, type=int, default=-1, help='ID of the GPU to use' )),, but only can using 1 GPU.
The text was updated successfully, but these errors were encountered:
I don't think multi-GPU was implemented, you can easily train with a single commodity GPU. --GPU is meant for the ID of the GPU to train on, in case you have more than one. If you have suggestions for multi-GPU training, feel free to make changes and do a pull request.
Dear Author,
I try to change this paramters ( parser.add_argument('--GPU', required=False, type=int, default=-1, help='ID of the GPU to use' )),, but only can using 1 GPU.
The text was updated successfully, but these errors were encountered: