Interface TrainingSessionCreateOptions

Represents the optional parameters that can be passed into the TrainingSessionFactory.

Hierarchy

  • TrainingSessionCreateOptions

Properties

checkpointState: URIorBuffer

URI or buffer for a .ckpt file that contains the checkpoint for the training model.

evalModel?: URIorBuffer

Optional. URI or buffer for the .onnx eval model file.

optimizerModel?: URIorBuffer

Optional. URI or buffer for the .onnx optimizer model file.

trainModel: URIorBuffer

URI or buffer for the .onnx training file.

Generated using TypeDoc