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
8e1f01c5190f4d1c0603ac1a3e9da257cb50bd40
"vscode:/vscode.git/clone" did not exist on "b74580c913079851eee046ee477dd0072b437a90"
8e1f01c5190f4d1c0603ac1a3e9da257cb50bd40
Switch branch/tag
apex
examples
FP16_Optimizer_simple
distributed_pytorch
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
2
#!/bin/bash
python
-m
torch.distributed.launch
--nproc_per_node
=
2 distributed_data_parallel.py