Mpi 類別

管理分散式定型作業的訊息傳遞介面 (MPI) 設定。

已淘汰。 使用 MpiConfiguration 類別。

您可以針對具有 distributed_training 預先設定估計器 ChainerPyTorchTensorFlow 參數或泛型 Estimator 的作業指定 MPI。

用於管理作業之 MPI 設定的類別。

繼承
azureml.train._distributed_training._DistributedTraining
Mpi

建構函式

Mpi(process_count_per_node=1)

參數

process_count_per_node
int
預設值: 1

要在每個節點上執行的進程數目 (或「背景工作」) 。

process_count_per_node
int
必要

使用 MPI 時,每個節點的進程數目。