Properties¶
Summary¶
property |
class parent |
truncated documentation |
---|---|---|
OrtDataLoader |
Returns a tuple of the datasets in numpy. |
|
OrtDataLoader |
Returns a tuple of the datasets in onnxruntime C_OrtValue. |
|
OrtGradientForwardBackwardOptimizer |
Returns the True if the gradient update needs to retain past gradients. |
|
BaseLearningRate |
Returns the True if the gradient update needs to retain past gradients. |
|
LearningRateSGD |
Returns the True if the gradient update needs to retain past gradients. |
|
LearningRateSGDNesterov |
Returns the True if the gradient update needs to retain past gradients. |
|
OrtGradientForwardBackwardFunction |
Returns saved tensors during forward step. |
|
OrtGradientForwardBackwardOptimizer |
Returns the trained coefficients a dictionary. |
|
BaseLearningRate |
Returns the current learning rate. |
|
LearningRateSGD |
Returns the current learning rate. |
|
|
LearningRateSGDNesterov |
Returns the current learning rate. |