Browse Source

[FIX] revise hed

pull/1/head
troyyyyy 1 year ago
parent
commit
5f02e97cd5
2 changed files with 2 additions and 4 deletions
  1. +1
    -1
      docs/Examples/HED.rst
  2. +1
    -3
      examples/hed/hed.ipynb

+ 1
- 1
docs/Examples/HED.rst View File

@@ -280,7 +280,7 @@ derived from ``SimpleBridge`` and tailored specific for this task.

bridge = HedBridge(model, reasoner, metric_list)

Perform training and testing.
Perform pretraining, training and testing by invoking the ``pretrain``, ``train`` and ``test`` methods of ``HedBridge``.

.. code:: ipython3



+ 1
- 3
examples/hed/hed.ipynb View File

@@ -372,9 +372,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Perform training and testing.\n",
"\n",
"**[TODO]** give a detailed introduction about training in HedBridge."
"Perform pretraining, training and testing by invoking the `pretrain`, `train` and `test` methods of `HedBridge`."
]
},
{


Loading…
Cancel
Save