ONNX Runtime
|
Classes | |
class | Ort::CheckpointState |
Holds the state of the training session. More... | |
class | Ort::TrainingSession |
Trainer class that provides training, evaluation and optimizer methods for training an ONNX models. More... | |
Training Utilities | |
void | Ort::SetSeed (const int64_t seed) |
This function sets the seed for generating random numbers. | |
void Ort::SetSeed | ( | const int64_t | seed | ) |
This function sets the seed for generating random numbers.
Use this function to generate reproducible results. It should be noted that completely reproducible results are not guaranteed.
[in] | seed | Manual seed to use for random number generation. |