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
02822e51
Commit
02822e51
authored
Apr 26, 2021
by
lucas_miranda
Browse files
Added a MirroredStrategy to train models on multiple GPUs if they are available
parent
5de1672b
Pipeline
#100294
passed with stages
in 19 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
run_deepof_experiments.sh
View file @
02822e51
...
...
@@ -6,7 +6,7 @@ snakemake --snakefile deepof_experiments.smk --forceall --dag | dot -Tpdf > deep
snakemake
--snakefile
deepof_experiments.smk
--forceall
--rulegraph
| dot
-Tpdf
>
deepof_experiments_RULEGRAPH.pdf
module load anaconda/3
module load cuda/10.2
module load tensorflow/gpu/2.4.0
module load cuda/10.2
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