Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bob.paper.ijcb2021_synthetic_dataset
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.paper.ijcb2021_synthetic_dataset
Commits
06a7f671
Commit
06a7f671
authored
2 years ago
by
Laurent COLBOIS
Browse files
Options
Downloads
Patches
Plain Diff
Fix command instruction
parent
b525d38d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+3
-3
3 additions, 3 deletions
README.rst
with
3 additions
and
3 deletions
README.rst
+
3
−
3
View file @
06a7f671
...
@@ -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 --
sub
task
c
re
ate-identiti
es > create_identities_job_id
jman submit -n make_references -q gpu -o -s "PYTHONUNBUFFERED=1" -- ./bin/generate_db.py synmultipie -n 10000 --task re
ferenc
es > 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 --
sub
task
populate-id
ent
i
ti
e
s
jman submit -n make_variations -q gpu -t 8 -x $dependency -s "PYTHONUNBUFFERED=1" -- ./bin/generate_db.py synmultipie -n 10000 --task
augm
ent
a
ti
on
s
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment