onnxruntime training on android about the checkpoint update
I am doing an android model training with onnxruntime training. Now I need to update checkpoint (the model parameters) every round by recreating the OrtTrainingSession object. But the previous OrtTrainingSession object did not free the resource. The running memory of the VM increases rapidly.What should I do