Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
aa81713249bb17d715c247adeadc229a37adeefa
aa81713249bb17d715c247adeadc229a37adeefa
Switch branch/tag
apex
examples
FP16_Optimizer_simple
distributed_apex
run.sh
Find file
Normal view
History
Permalink
run.sh
95 Bytes
Edit
Web IDE
Newer
Older
Adding minimal examples with Apex and Pytorch distributed data parallel
Michael Carilli
committed
May 16, 2018
1
#!/bin/bash
Ported examples to use torch.distributed.launch
Michael Carilli
committed
Jul 23, 2018
2
python
-m
torch.distributed.launch
--nproc_per_node
=
2 distributed_data_parallel.py