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
Support multi-GPU training with DataParallel (#178)
Support multi-GPU single node training by default.
Note that more advanced techniques (e.g. DistributedDataParallel or DeepSpeed) will gain even more performance.