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
Branches
Tags
1 merge request!149Set io-big flag for the demanding grid config
Pipeline #
......@@ -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'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment