Skip to content
Snippets Groups Projects
Commit 4c32f1b8 authored by Manuel Günther's avatar 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
No related branches found
No related tags found
1 merge request!149Set io-big flag for the demanding grid config
Pipeline #
...@@ -4,13 +4,13 @@ import bob.bio.base ...@@ -4,13 +4,13 @@ import bob.bio.base
grid = bob.bio.base.grid.Grid( grid = bob.bio.base.grid.Grid(
training_queue = '32G', training_queue = '32G',
# preprocessing # preprocessing
preprocessing_queue = '4G', preprocessing_queue = '4G-io-big',
# feature extraction # feature extraction
extraction_queue = '8G', extraction_queue = '8G-io-big',
# feature projection # feature projection
projection_queue = '8G', projection_queue = '8G-io-big',
# model enrollment # model enrollment
enrollment_queue = '8G', enrollment_queue = '8G-io-big',
# scoring # scoring
scoring_queue = '8G' scoring_queue = '8G-io-big'
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment