Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
7a9f26c9
Commit
7a9f26c9
authored
Apr 26, 2021
by
lucas_miranda
Browse files
Added a MirroredStrategy to train models on multiple GPUs if they are available
parent
6e8ecc81
Pipeline
#100289
passed with stages
in 28 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
run_deepof_experiments.sh
View file @
7a9f26c9
...
...
@@ -9,4 +9,4 @@ module load anaconda/3
module load cuda/10.2
module load tensorflow/gpu/2.4.0
pipenv run snakemake
--snakefile
deepof_experiments.smk deepof_experiments
-j
20
--latency-wait
15
--cluster-config
cluster.json
--cluster
"sbatch --time={cluster.time} --mem={cluster.mem} -o {cluster.stdout} -e {cluster.stderr} --job-name={cluster.jobname} --cpus-per-task={cluster.cpus} --constraint="
gpu
" --gres=gpu:gtx980:
1
"
>
deepof_experiments.out 2> deepof_experiments.err
pipenv run snakemake
--snakefile
deepof_experiments.smk deepof_experiments
-j
20
--latency-wait
15
--cluster-config
cluster.json
--cluster
"sbatch --time={cluster.time} --mem={cluster.mem} -o {cluster.stdout} -e {cluster.stderr} --job-name={cluster.jobname} --cpus-per-task={cluster.cpus} --constraint="
gpu
" --gres=gpu:gtx980:
2
"
>
deepof_experiments.out 2> deepof_experiments.err
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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