-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com | ||
Requirement already satisfied: torch in /home/zzd/miniconda3/lib/python3.7/site-packages (1.10.2) | ||
Requirement already satisfied: torchvision in /home/zzd/miniconda3/lib/python3.7/site-packages (0.11.3) | ||
Requirement already satisfied: torchaudio in /home/zzd/miniconda3/lib/python3.7/site-packages (0.10.2) | ||
Requirement already satisfied: typing_extensions in /home/zzd/miniconda3/lib/python3.7/site-packages (from torch) (3.7.4.3) | ||
Requirement already satisfied: numpy in /home/zzd/miniconda3/lib/python3.7/site-packages (from torchvision) (1.21.4) | ||
Requirement already satisfied: pillow!=8.3.0,>=5.3.0 in /home/zzd/miniconda3/lib/python3.7/site-packages (from torchvision) (6.1.0) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python -m torch.distributed.launch --nproc_per_node=2 --master_port=6005 train_DDP.py | ||
|