Open hsparrow opened 5 years ago
Having the same issue with trainning of mobilenet_v2 and mobilenet_v3. I think itś related to https://github.com/tensorflow/models/pull/6138
Which commit of https://github.com/tensorflow/models are you at?
I tested the repo at https://github.com/tensorflow/models/commit/e97e22dfcde0805379ffa25526a53835f887a860 and I could generate an SSD graph.
I tried to repro this but I can't find in the directory: training/ssd_inception_v2_coco.config
System information
Describe the problem
Previously, I've successfully trained a custom detector with an older version of training executable script but the same configuration, which now failed on
tf.contrib
. Now I'm trying to reproduce it. The custom detector is based on pre-trained ssd_inception_v2_coco with object detection API, the errorAttributeError: use_combined_nms
occurs as following traceback shows. No modification to theobject_detection/model_main.py
script. It seems there is nouse_combined_nms
attribute set in the postprocessing config.Source code / logs
Training command:
Traceback stack