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
e50c3db2
Commit
e50c3db2
authored
Apr 26, 2021
by
lucas_miranda
Browse files
Added a MirroredStrategy to train models on multiple GPUs if they are available
parent
02822e51
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_deepof_experiments.sh
View file @
e50c3db2
...
...
@@ -8,5 +8,6 @@ snakemake --snakefile deepof_experiments.smk --forceall --rulegraph | dot -Tpdf
module load anaconda/3
module load tensorflow/gpu/2.4.0
module load cuda/10.2
module load cudnn/8.0.4
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