Skip to content Skip to sidebar Skip to footer

Tf Object Detection Api Detection Model Retraining: "object_detection.protos.trainconfig" Has No Field Named "fine_tune_checkpoint_version"

I'm retraining ssd_mobilenet_v2_coco_2018_03_29 using Tensorflow Object Detection API and I get this particular error on both Windows and Ubuntu environments. My environment below

Solution 1:

Delete "fine_tune_checkpoint_version: V2" in config file.


Post a Comment for "Tf Object Detection Api Detection Model Retraining: "object_detection.protos.trainconfig" Has No Field Named "fine_tune_checkpoint_version""