PyTorch interface
PyTorch distribution configuration.
- Extends
Properties
distribution |
Polymorphic discriminator, which specifies the different types this object can be |
process |
Number of processes per node. |
Property Details
distributionType
Polymorphic discriminator, which specifies the different types this object can be
distributionType: "PyTorch"
Property Value
"PyTorch"
processCountPerInstance
Number of processes per node.
processCountPerInstance?: number
Property Value
number