TorchRuntimeResult¶
- class TorchRuntimeResult[kaynak]¶
Bases:
object
Deprecation: TorchRuntimeClient result object.
The result objects contains the state dictionary of the trained model, and the training history such as the value of loss function in each epoch.
Attributes
Returns the execution time
The job ID associated with the Torch runtime job.
Returns the state dictionary of trained model
Returns the prediction
Returns the score
The train history
Returns the validation history
Methods