Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PyTorchSettings

Package version

interface

An interface representing PyTorchSettings. pyTorch job settings.

Hierarchy

  • PyTorchSettings

Index

Properties

Optional commandLineArgs

commandLineArgs: undefined | string
member

{string} [commandLineArgs] Command line arguments. Command line arguments that need to be passed to the python script.

Optional communicationBackend

communicationBackend: undefined | string
member

{string} [communicationBackend] Communication backend. Type of the communication backend for distributed jobs. Valid values are 'TCP', 'Gloo' or 'MPI'. Not required for non-distributed jobs.

Optional processCount

processCount: undefined | number
member

{number} [processCount] Process count. Number of processes to launch for the job execution. The default value for this property is equal to nodeCount property

Optional pythonInterpreterPath

pythonInterpreterPath: undefined | string
member

{string} [pythonInterpreterPath] Python interpreter path. The path to the Python interpreter.

pythonScriptFilePath

pythonScriptFilePath: string
member

{string} pythonScriptFilePath Python script file path. The python script to execute.

Generated using TypeDoc