Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
4c32f1b8
Commit
4c32f1b8
authored
May 09, 2018
by
Manuel Günther
Browse files
Merge branch 'issue-110' into 'master'
Set io-big flag for the demanding grid config Closes #110 See merge request
!149
parents
dd7d4994
8a99bcb2
Pipeline
#19984
passed with stages
in 25 minutes and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/bio/base/config/grid/demanding.py
View file @
4c32f1b8
...
...
@@ -4,13 +4,13 @@ import bob.bio.base
grid
=
bob
.
bio
.
base
.
grid
.
Grid
(
training_queue
=
'32G'
,
# preprocessing
preprocessing_queue
=
'4G'
,
preprocessing_queue
=
'4G
-io-big
'
,
# feature extraction
extraction_queue
=
'8G'
,
extraction_queue
=
'8G
-io-big
'
,
# feature projection
projection_queue
=
'8G'
,
projection_queue
=
'8G
-io-big
'
,
# model enrollment
enrollment_queue
=
'8G'
,
enrollment_queue
=
'8G
-io-big
'
,
# scoring
scoring_queue
=
'8G'
scoring_queue
=
'8G
-io-big
'
)
Write
Preview
Supports
Markdown
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