kinhong / OpenLabeler

OpenLabeler is an open source desktop application for annotating objects for AI appplications
Apache License 2.0
115 stars 11 forks source link

How to check current model training status? #8

Closed murali513 closed 2 years ago

murali513 commented 4 years ago

I have started training on model ,but there is no updates on model folder. Is it some where need to check. Pls guid me how to train model

kinhong commented 4 years ago

@murali513 - Are you using OpenLabeler to train? OpenLabeler communicates with a docker container to obtain a coarse-grained training status (i.e. if the container is still running so one can start or stop the docker container) and attempts to update the training checkpoint number.

Currently, as an experimental feature, the "Train (experimental)" category pane of the Preferences dialog is the only interface available to manage TensorFlow training.