Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
medai
software
mednet
Commits
6fd1d115
Commit
6fd1d115
authored
1 year ago
by
Daniel CARRON
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Add documentation on experiments
parent
bd53cbb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!15
Update documentation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/usage/experiment.rst
+28
-0
28 additions, 0 deletions
doc/usage/experiment.rst
doc/usage/index.rst
+4
-3
4 additions, 3 deletions
doc/usage/index.rst
with
32 additions
and
3 deletions
doc/usage/experiment.rst
0 → 100644
+
28
−
0
View file @
6fd1d115
.. Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
..
.. SPDX-License-Identifier: GPL-3.0-or-later
.. _mednet.experiment:
==============================
Running complete experiments
==============================
We provide an :ref:`experiment command <mednet.cli>`
that runs training, followed by prediction and evaluation.
After running, you will be able to find results from model fitting,
prediction and evaluation under a single output directory.
For example, to train a pasa model on the montgomery database
evaluate its performance and output predictions and performance curves,
run the following:
.. code-block:: sh
$ mednet experiment -vv pasa montgomery
# check results in the "results" folder
You may run the system on a GPU by using the ``--device=cuda:0`` option.
.. include:: ../links.rst
This diff is collapsed.
Click to expand it.
doc/usage/index.rst
+
4
−
3
View file @
6fd1d115
...
...
@@ -79,10 +79,11 @@ Commands
--------
.. toctree::
:maxdepth: 2
:maxdepth: 2
training
evaluation
experiment
training
evaluation
.. include:: ../links.rst
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