config.yaml
- the training configuration after all defaults and overrides have been appliedevents.*
files - TensorBoard loggingjobstate.json
- the job state filelabelmap.json
- maps the model’s detection indices to label names (this is already hardcoded into the model as well)log.txt
- training logmodel.tflite
- the model that can be integrated into an Android or an iOS app with the ObjectDetector API of the TensorFlow Lite Task Librarysaved_model.zip
- the model in Tensorflow saved_model format before converting to TFLitetf_config.yaml
- the config settings used internally in the TensorFlow training loop