Skip to content
Snippets Groups Projects
Commit 8a99bcb2 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Set io-big flag for the demanding grid config

parent 9964e808
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.
Please register or to comment