From b9b15fd6eb106e98e1f5e0f9045319dd3cbcd9b5 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Wed, 6 Dec 2023 10:07:18 +0800 Subject: [PATCH] [DOC] fix typo --- docs/Intro/Quick-Start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Intro/Quick-Start.rst b/docs/Intro/Quick-Start.rst index 3b8d0f4..95c7d99 100644 --- a/docs/Intro/Quick-Start.rst +++ b/docs/Intro/Quick-Start.rst @@ -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 `_. 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``