Skip to content
Snippets Groups Projects
Commit 06a7f671 authored by Laurent COLBOIS's avatar Laurent COLBOIS
Browse files

Fix command instruction

parent b525d38d
Branches
No related tags found
No related merge requests found
...@@ -197,9 +197,9 @@ The second part can be parallelized and consists in augmenting each generated re ...@@ -197,9 +197,9 @@ The second part can be parallelized and consists in augmenting each generated re
Here is an example when scaling synmultipie to 10k identities: Here is an example when scaling synmultipie to 10k identities:
:: ::
jman submit -n make_references -q gpu -o -s "PYTHONUNBUFFERED=1" -- ./bin/generate_db.py synmultipie -n 10000 --subtask create-identities > create_identities_job_id jman submit -n make_references -q gpu -o -s "PYTHONUNBUFFERED=1" -- ./bin/generate_db.py synmultipie -n 10000 --task references > create_identities_job_id
dependency=$(cat create_identities_job_id) dependency=$(cat create_identities_job_id)
jman submit -n make_variations -q gpu -t 8 -x $dependency -s "PYTHONUNBUFFERED=1" -- ./bin/generate_db.py synmultipie -n 10000 --subtask populate-identities jman submit -n make_variations -q gpu -t 8 -x $dependency -s "PYTHONUNBUFFERED=1" -- ./bin/generate_db.py synmultipie -n 10000 --task augmentations
The first command launches a single job generating all references. One this job finishes, 8 parallel jobs between which The first command launches a single job generating all references. One this job finishes, 8 parallel jobs between which
the identities are split to generate all variations. the identities are split to generate all variations.
...@@ -222,4 +222,4 @@ You can also contact the first author_. ...@@ -222,4 +222,4 @@ You can also contact the first author_.
.. Place your references here: .. Place your references here:
.. _bob: https://www.idiap.ch/software/bob .. _bob: https://www.idiap.ch/software/bob
.. _installation: https://www.idiap.ch/software/bob/install .. _installation: https://www.idiap.ch/software/bob/install
.. _stackoverflow: https://stackoverflow.com/questions/tagged/python-bob .. _stackoverflow: https://stackoverflow.com/questions/tagged/python-bob
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment