From 57b643ae6410acf4c5d30dce6604c7ae0342fb7c Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Tue, 9 Jan 2024 09:35:59 +0800 Subject: [PATCH] [DOC] change ML part to learning part --- docs/Intro/Bridge.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Intro/Bridge.rst b/docs/Intro/Bridge.rst index 35ee5ee..c12a155 100644 --- a/docs/Intro/Bridge.rst +++ b/docs/Intro/Bridge.rst @@ -68,8 +68,7 @@ The fundamental part of the ``train`` method is as follows: to train. ``gt_pseudo_label`` can be ``None``. - ``Y`` is a list representing the ground truth reasoning result for each sublist in ``X``. loops : int - Machine Learning part and Reasoning part will be iteratively optimized - for ``loops`` times. + Learning part and Reasoning part will be iteratively optimized for ``loops`` times. segment_size : Union[int, float] Data will be split into segments of this size and data in each segment will be used together to train the model.