Turkish
Diller
English
Bengali
French
Hindi
Japanese
Korean
Russian
Spanish
Tamil
Turkish



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

execution_time

Returns the execution time

job_id

The job ID associated with the Torch runtime job.

model_state_dict

Returns the state dictionary of trained model

prediction

Returns the prediction

score

Returns the score

train_history

The train history

val_history

Returns the validation history

Methods