Browse Source

[DOC] fix typo

pull/1/head
troyyyyy 2 years ago
parent
commit
b9b15fd6eb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/Intro/Quick-Start.rst

+ 2
- 2
docs/Intro/Quick-Start.rst View File

@@ -59,7 +59,7 @@ Out:

Length of X List[List[Any]]: 30000
Length of gt_pseudo_label List[List[Any]]: 30000
Length of gt_pseudo_label List[Any]: 30000
Length of Y List[Any]: 30000

Structure of X: [['Tensor', 'Tensor'], ['Tensor', 'Tensor'], ['Tensor', 'Tensor']]
Structure of gt_pseudo_label: [['int', 'int'], ['int', 'int'], ['int', 'int']]
@@ -123,7 +123,7 @@ Read more about `building the learning part <Learning.html>`_.
Building the Reasoning Part
---------------------------

To build the reasoning part, we first Build a knowledge base by
To build the reasoning part, we first build a knowledge base by
creating a subclass of ``KBBase``, which defines how to map pseudo
labels to reasoning results. In the subclass, we initialize the
``pseudo_label_list`` parameter and override the ``logic_forward``


Loading…
Cancel
Save