Skip to content

Commit

Permalink
Merge pull request #7 from LowSh/2.0.9
Browse files Browse the repository at this point in the history
2.0.9
  • Loading branch information
LowSh authored Sep 27, 2023
2 parents 6768845 + 0d1ae5c commit a272703
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions source/rst/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ split_data
设置分布式计算参数。

:param: x_train: `np.array` - 训练数据.
:param: y_train: `np.array` - 训练数据标签.
:param: shuffle: `bool` - 是否打乱后再进行切分,默认值是False.
:param x_train: `np.array` - 训练数据.
:param y_train: `np.array` - 训练数据标签.
:param shuffle: `bool` - 是否打乱后再进行切分,默认值是False.

:return: 切分后的训练数据和标签。

Expand All @@ -359,7 +359,7 @@ model_allreduce
设置分布式计算参数。

:param: model: `Module` - 训练的模型.
:param model: `Module` - 训练的模型.

:return: 参数更新后的模型。

Expand Down Expand Up @@ -399,7 +399,7 @@ model_reduce
设置分布式计算参数。

:param: model: `Module` - 训练的模型.
:param model: `Module` - 训练的模型.

:return: 参数更新后的模型。

Expand Down Expand Up @@ -531,11 +531,12 @@ model_reduce
mount node2:/data/mpi/ /data/mpi
本块介绍如何在cpu硬件平台上,利用VQNet分布式计算接口实现数据并行训练模型,用例为example目录下的test_mdis.py文件
案例
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

本块介绍如何在cpu硬件平台上,利用VQNet分布式计算接口实现数据并行训练模型,用例为example目录下的test_mdis.py文件

导入相关库

.. code-block::
Expand Down

0 comments on commit a272703

Please sign in to comment.