Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tsaris, Aristeidis (aris)
pytorch_tutorial
Commits
d33bd65c
Commit
d33bd65c
authored
Oct 26, 2021
by
Tsaris, Aristeidis
Browse files
format
parent
120a0e83
Changes
1
Hide whitespace changes
Inline
Side-by-side
summit/sub.lsf
View file @
d33bd65c
...
...
@@ -16,18 +16,19 @@ LOG_DIR=summit_logs/
source
/gpfs/alpine/stf011/world-shared/atsaris/summit_env/pytorch_1_9_new/activate.sh
jsrun
--smpiargs
=
"-disable_gpu_hooks"
-n
${
nnodes
}
-a1
-c42
-g1
-r1
--bind
=
proportional-packed:7
--launch_distribution
=
packed
\
bash
-c
"
\
source export_DDP_envvars.sh &&
\
python -u ../imagenet/main.py
\
--arch resnet50
\
-p 10
\
-b 128
\
--training-only
\
--raport-file
${
LOG_DIR
}
/benchmark.baseline.json
\
--epochs 1
\
--prof 100
\
--no-checkpoints
\
--data-backend pytorch
\
${
DATA_DIR
}
"
jsrun
--smpiargs
=
"-disable_gpu_hooks"
-n
${
nnodes
}
-a1
-c42
-g1
-r1
\
--bind
=
proportional-packed:7
--launch_distribution
=
packed
\
bash
-c
"
\
source export_DDP_envvars.sh &&
\
python -u ../imagenet/main.py
\
--arch resnet50
\
-p 10
\
-b 128
\
--training-only
\
--raport-file
${
LOG_DIR
}
/benchmark.baseline.json
\
--epochs 1
\
--prof 100
\
--no-checkpoints
\
--data-backend pytorch
\
${
DATA_DIR
}
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment