PyTorchSettings 類別

定義

pyTorch 作業設定。

public class PyTorchSettings
type PyTorchSettings = class
Public Class PyTorchSettings
繼承
PyTorchSettings

建構函式

PyTorchSettings()

初始化 PyTorchSettings 類別的新實例。

PyTorchSettings(String, String, String, Nullable<Int32>, String)

初始化 PyTorchSettings 類別的新實例。

屬性

CommandLineArgs

取得或設定命令列引數。

CommunicationBackend

取得或設定通訊後端。

ProcessCount

取得或設定進程計數。

PythonInterpreterPath

取得或設定 Python 解譯器路徑。

PythonScriptFilePath

取得或設定 Python 腳本檔案路徑。

方法

Validate()

驗證 物件。

適用於