- If you want to fine tune a trained detection checkpoint, then you should assign a detection ckpt path to
fine_tune_checkpoint
and setfrom_detection_checkpoint
totrue
.- If you want to load a pre-trained classification checkpoint to initialize your training, you should provide a classification ckpt path to
fine_tune_checkpoint
and setfrom_detection_checkpoint
tofalse
.
github.com/tensorflow/models/issues/3562#issuecomment-372703559