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
5de1672b
Commit
5de1672b
authored
Apr 26, 2021
by
lucas_miranda
Browse files
Added a MirroredStrategy to train models on multiple GPUs if they are available
parent
dc03b6b5
Pipeline
#100292
passed with stages
in 26 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
5de1672b
...
...
@@ -27,7 +27,7 @@ phenotype_pred_weights = [0.0]
rule_based_pred_weights = [0.0]
window_lengths = [22] # range(11,56,11)
input_types = ["coords"]
run = list(range(1, 11))
run =
1 #
list(range(1, 11))
rule deepof_experiments:
...
...
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