Created
July 29, 2019 17:53
-
-
Save williamFalcon/252ac70870ba54b6790a47a78f8ea049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# train on 4 gpus on the same machine MUCH faster than DataParallel | |
trainer = Trainer(distributed_backend='ddp', gpus=[0, 1, 2, 3]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment