PyTorchSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
pyTorch job settings.
public class PyTorchSettings
type PyTorchSettings = class
Public Class PyTorchSettings
- Inheritance
-
PyTorchSettings
Constructors
PyTorchSettings() |
Initializes a new instance of the PyTorchSettings class. |
PyTorchSettings(String, String, String, Nullable<Int32>, String) |
Initializes a new instance of the PyTorchSettings class. |
Properties
CommandLineArgs |
Gets or sets command line arguments. |
CommunicationBackend |
Gets or sets communication backend. |
ProcessCount |
Gets or sets process count. |
PythonInterpreterPath |
Gets or sets python interpreter path. |
PythonScriptFilePath |
Gets or sets python script file path. |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET