Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.paper.icml2017
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.paper.icml2017
Commits
f7e4a712
There was a problem fetching the pipeline summary.
Commit
f7e4a712
authored
7 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Updated README to make evaluation command line copy-pasteable
parent
d1793785
Branches
Branches containing commit
No related tags found
1 merge request
!4
Updated README to make evaluation command line copy-pasteable
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+11
-10
11 additions, 10 deletions
README.rst
with
11 additions
and
10 deletions
README.rst
+
11
−
10
View file @
f7e4a712
...
@@ -77,8 +77,8 @@ line and run::
...
@@ -77,8 +77,8 @@ line and run::
$ verify.py config_vgg.py
$ verify.py config_vgg.py
By default, the script will use 8 parallel
thread
s to run the experiment.
You
By default, the script will use 8 parallel
processe
s to run the experiment.
can decrease the number of ``parallel``
thread
s in ``config_vgg.py``, or
even
You
can decrease the number of ``parallel``
processe
s in ``config_vgg.py``, or
remove the ``parallel = 8`` line completely.
remove the ``parallel = 8`` line completely.
...
@@ -94,8 +94,9 @@ To run the experiment, please go to the command line and run::
...
@@ -94,8 +94,9 @@ To run the experiment, please go to the command line and run::
$ verify_isv.py config_isv.py
$ verify_isv.py config_isv.py
By default, the script will use 32 parallel
thread
s to run the experiment.
If
By default, the script will use 32 parallel
processe
s to run the experiment.
you have less processes to spare, please reduce the number of parallel threads.
you have less processes to spare, please reduce the number of parallel threads.
processes.
Anyways, please expect a runtime of several hours, especially for training the
Anyways, please expect a runtime of several hours, especially for training the
ISV model.
ISV model.
...
@@ -110,7 +111,7 @@ experiments into a ROC curve, and compute the HTER on the ``eval`` set, we can
...
@@ -110,7 +111,7 @@ experiments into a ROC curve, and compute the HTER on the ``eval`` set, we can
call::
call::
$ evaluate.py \
$ evaluate.py \
--directory ./results
--directory ./results
\
--dev-files VGG/male/nonorm/scores-dev ISV/male/nonorm/scores-dev \
--dev-files VGG/male/nonorm/scores-dev ISV/male/nonorm/scores-dev \
--eval-files VGG/male/nonorm/scores-eval ISV/male/nonorm/scores-eval \
--eval-files VGG/male/nonorm/scores-eval ISV/male/nonorm/scores-eval \
--labels VGG ISV --title "MOBIO male dev" "MOBIO male eval" \
--labels VGG ISV --title "MOBIO male dev" "MOBIO male eval" \
...
...
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