Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ai-forever
GitHub Repository: ai-forever/sber-swap
Path: blob/main/apex/tests/distributed/amp_master_params/run.sh
1290 views
1
#!/bin/bash
2
python -m torch.distributed.launch --nproc_per_node=2 amp_master_params.py
3
4
python compare.py
5
6