Skip to content

How to train a model on a single GPU without distributed setting? #585

Answered by fangyixiao18
keiohta asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, for single GPU training, we recommend to use our 1.x branch, which fully support single GPU training. As for master branch, you need to modify the config, use BN instead of SyncBN, and check the codes in the algorithm, modify some operations, like all_gather, etc.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@keiohta
Comment options

Answer selected by keiohta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants