Skip to content

Commit ad27c53

Browse files
authored
Merge pull request #246 from 3dgiordano/patch-1
Added example of checkpoint info command
2 parents 1019fb5 + b5d5730 commit ad27c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/01-first-steps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ checkpoint list``:
119119
120120
Here, you can see the “accurate” checkpoint that we have used for our predictions before,
121121
and that we also have another “fast” checkpoint that is the SSD model trained with Pascal
122-
VOC dataset. Let's get some information about the “accurate” checkpoint:
122+
VOC dataset. Let's get some information about the “accurate” checkpoint: ``lumi checkpoint info e1c2565b51e9`` or ``lumi checkpoint info accurate``
123123

124124
.. code-block:: text
125125
@@ -138,7 +138,7 @@ VOC dataset. Let's get some information about the “accurate” checkpoint:
138138
URL: https://github.com/tryolabs/luminoth/releases/download/v0.1.0/e1c2565b51e9.tar
139139
140140
You can see that this dataset consists of 80 classes, and other useful information. Let's
141-
see what the ``fast`` checkpoint is about:
141+
see what the ``fast`` checkpoint is about: ``lumi checkpoint info aad6912e94d9`` or ``lumi checkpoint info fast``
142142

143143
.. code-block:: text
144144

0 commit comments

Comments
 (0)