Browse Source

[DOC] change ML part to learning part

pull/6/head
troyyyyy 2 years ago
parent
commit
57b643ae64
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/Intro/Bridge.rst

+ 1
- 2
docs/Intro/Bridge.rst View File

@@ -68,8 +68,7 @@ The fundamental part of the ``train`` method is as follows:
to train. ``gt_pseudo_label`` can be ``None``. to train. ``gt_pseudo_label`` can be ``None``.
- ``Y`` is a list representing the ground truth reasoning result for each sublist in ``X``. - ``Y`` is a list representing the ground truth reasoning result for each sublist in ``X``.
loops : int 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] segment_size : Union[int, float]
Data will be split into segments of this size and data in each segment Data will be split into segments of this size and data in each segment
will be used together to train the model. will be used together to train the model.


Loading…
Cancel
Save