Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Commits
fd907257
Commit
fd907257
authored
4 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Fix experiment verb
parent
222a8066
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#39689
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/experiment.rst
+2
-2
2 additions, 2 deletions
doc/experiment.rst
with
2 additions
and
2 deletions
doc/experiment.rst
+
2
−
2
View file @
fd907257
...
...
@@ -38,7 +38,7 @@ happy with the result, use it in place of one of our datasets:
$ bob binseg config copy csv-dataset-example mydataset.py
# edit mydataset following instructions
$ bob binseg
train
... mydataset.py ...
$ bob binseg
experiment
... mydataset.py ...
Baseline Benchmarks
...
...
@@ -135,7 +135,7 @@ for supervised training of COVD- systems. Use it like this:
.. code-block:: sh
# change <model> and <dataset> by one of items bellow
$ bob binseg
train
-vv <model> <dataset> --batch-size=<see-table> --device="cuda:0"
$ bob binseg
experiment
-vv <model> <dataset> --batch-size=<see-table> --device="cuda:0"
.. list-table::
...
...
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