What is the difference between MLTrainingSessionParameters and MLObjectDetector.ModelParameters?

MLTrainingSessionParameters is for async training API, e.g., .train(), to specify training related parameters, such as checkpointing saving location, whereas MLObjectDetector.ModelParameters is for both sync and async training to specify model-specific parameters.

Tagged with: