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""