Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pytorchjob
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engin Eren
Pytorchjob
Commits
a2469e2f
Commit
a2469e2f
authored
2 years ago
by
Engin Eren
Browse files
Options
Downloads
Patches
Plain Diff
syntax error
parent
01e0cd3b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
3crit peter
Pipeline
#4190217
passed
2 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pytorch_job_wganHCAL_nccl.yaml
+13
-51
13 additions, 51 deletions
pytorch_job_wganHCAL_nccl.yaml
wganHCAL.py
+1
-1
1 addition, 1 deletion
wganHCAL.py
with
14 additions
and
52 deletions
pytorch_job_wganHCAL_nccl.yaml
+
13
−
51
View file @
a2469e2f
apiVersion
:
"
kubeflow.org/v1"
apiVersion
:
"
kubeflow.org/v1"
kind
:
"
PyTorchJob"
kind
:
"
PyTorchJob"
metadata
:
metadata
:
name
:
"
pytorch-dist-wgan
HCAL
-nccl"
name
:
"
pytorch-dist-wgan
hcal
-nccl"
spec
:
spec
:
pytorchReplicaSpecs
:
pytorchReplicaSpecs
:
Master
:
Master
:
...
@@ -9,42 +9,23 @@ spec:
...
@@ -9,42 +9,23 @@ spec:
restartPolicy
:
OnFailure
restartPolicy
:
OnFailure
template
:
template
:
metadata
:
metadata
:
labels
:
mount-kerberos-secret
:
"
true"
mount-eos
:
"
true"
mount-nvidia-driver
:
"
true"
annotations
:
annotations
:
sidecar.istio.io/inject
:
"
false"
sidecar.istio.io/inject
:
"
false"
spec
:
spec
:
volumes
:
-
name
:
eos
hostPath
:
path
:
/var/eos
-
name
:
krb-secret-vol
secret
:
secretName
:
krb-secret
-
name
:
nvidia-driver
hostPath
:
path
:
/opt/nvidia-driver
type
:
"
"
containers
:
containers
:
-
name
:
pytorch
-
name
:
pytorch
image
:
gitlab-registry.cern.ch/eneren/pytorchjob:ddp
image
:
gitlab-registry.cern.ch/eneren/pytorchjob:ddp
v3
imagePullPolicy
:
Always
imagePullPolicy
:
Always
env
:
env
:
-
name
:
PATH
value
:
/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/nvidia-driver/bin
-
name
:
LD_LIBRARY_PATH
value
:
/opt/nvidia-driver/lib64
-
name
:
PYTHONUNBUFFERED
-
name
:
PYTHONUNBUFFERED
value
:
"
1"
value
:
"
1"
command
:
[
sh
,
-c
]
command
:
[
sh
,
-c
]
args
:
args
:
-
cp /secret/krb-secret-vol/krb5cc_1000 /tmp/krb5cc_0 && chmod 600 /tmp/krb5cc_0
-
python -u wganHCAL.py --backend nccl --epochs 50 --exp wganHCALv1 --lrCrit 0.00001 --lrGen 0.00001;
&& python -u wganHCAL.py --backend nccl --epochs 50 --exp wganHCALv1 --lrCrit 0.0001 --lrGen 0.00001;
volumeMounts
:
-
name
:
eos
mountPath
:
/eos
-
name
:
krb-secret-vol
mountPath
:
"
/secret/krb-secret-vol"
-
name
:
nvidia-driver
mountPath
:
/opt/nvidia-driver
resources
:
resources
:
limits
:
limits
:
nvidia.com/gpu
:
1
nvidia.com/gpu
:
1
...
@@ -53,42 +34,23 @@ spec:
...
@@ -53,42 +34,23 @@ spec:
restartPolicy
:
OnFailure
restartPolicy
:
OnFailure
template
:
template
:
metadata
:
metadata
:
labels
:
mount-kerberos-secret
:
"
true"
mount-eos
:
"
true"
mount-nvidia-driver
:
"
true"
annotations
:
annotations
:
sidecar.istio.io/inject
:
"
false"
sidecar.istio.io/inject
:
"
false"
spec
:
spec
:
volumes
:
-
name
:
eos
hostPath
:
path
:
/var/eos
-
name
:
krb-secret-vol
secret
:
secretName
:
krb-secret
-
name
:
nvidia-driver
hostPath
:
path
:
/opt/nvidia-driver
type
:
"
"
containers
:
containers
:
-
name
:
pytorch
-
name
:
pytorch
image
:
gitlab-registry.cern.ch/eneren/pytorchjob:ddp
image
:
gitlab-registry.cern.ch/eneren/pytorchjob:ddp
v3
imagePullPolicy
:
Always
imagePullPolicy
:
Always
env
:
env
:
-
name
:
PATH
value
:
/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/nvidia-driver/bin
-
name
:
LD_LIBRARY_PATH
value
:
/opt/nvidia-driver/lib64
-
name
:
PYTHONUNBUFFERED
-
name
:
PYTHONUNBUFFERED
value
:
"
1"
value
:
"
1"
command
:
[
sh
,
-c
]
command
:
[
sh
,
-c
]
args
:
args
:
-
cp /secret/krb-secret-vol/krb5cc_1000 /tmp/krb5cc_0 && chmod 600 /tmp/krb5cc_0
-
python -u wganHCAL.py --backend nccl --epochs 50 --exp wganHCALv1 --lrCrit 0.00001 --lrGen 0.00001;
&& python -u wganHCAL.py --backend nccl --epochs 50 --exp wganHCALv1 --lrCrit 0.0001 --lrGen 0.00001;
volumeMounts
:
-
name
:
eos
mountPath
:
/eos
-
name
:
krb-secret-vol
mountPath
:
"
/secret/krb-secret-vol"
-
name
:
nvidia-driver
mountPath
:
/opt/nvidia-driver
resources
:
resources
:
limits
:
limits
:
nvidia.com/gpu
:
1
nvidia.com/gpu
:
1
This diff is collapsed.
Click to expand it.
wganHCAL.py
+
1
−
1
View file @
a2469e2f
...
@@ -217,7 +217,7 @@ def parse_args():
...
@@ -217,7 +217,7 @@ def parse_args():
# postprocess args
# postprocess args
args
.
device
=
f
'
cuda:
{
args
.
local_rank
}
'
# PytorchJob/launch.py
args
.
device
=
'
cuda:{
}
'
.
format
(
args
.
local_rank
)
# PytorchJob/launch.py
args
.
batch_size
=
max
(
args
.
batch_size
,
args
.
batch_size
=
max
(
args
.
batch_size
,
args
.
world_size
*
2
)
# min valid batchsize
args
.
world_size
*
2
)
# min valid batchsize
return
args
return
args
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment