Skip to content

Commit

Permalink
gradle spotlessapply
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh committed Jul 23, 2024
1 parent 702e8b9 commit a01a96b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/src/main/java/ai/onnxruntime/OrtTrainingSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -998,9 +998,9 @@ private native void schedulerStep(long apiHandle, long trainingApiHandle, long n
* Exports the evaluation model as a model suitable for inference, setting the desired nodes as
* output nodes.
*
* <p>Note that this method modifies the eval session in-place; thus, after this method is called, the
* OrtTrainingSession can no longer be trained with. To continue training from this point, save the checkpoint
* and then load it into a new OrtTrainingSession.
* <p>Note that this method modifies the eval session in-place; thus, after this method is called,
* the OrtTrainingSession can no longer be trained with. To continue training from this point,
* save the checkpoint and then load it into a new OrtTrainingSession.
*
* @param outputPath The path to write out the inference model.
* @param outputNames The names of the output nodes.
Expand Down

0 comments on commit a01a96b

Please sign in to comment.