File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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,
121121and 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
You can’t perform that action at this time.
0 commit comments