You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: faster_rcnn_inception_v2 is not supported. See model_builder.py for features extractors compatible with different versions of Tensorflow
#45
During training the model when I run this code
!python /content/models/research/object_detection/model_main.py
--pipeline_config_path={pipeline_fname}
--model_dir={model_dir}
--alsologtostderr
--num_train_steps={num_steps}
--num_eval_steps={num_eval_steps}
I am getting the following error "ValueError: faster_rcnn_inception_v2 is not supported. See model_builder.py for features extractors compatible with different versions of Tensorflow" . Please resolve this issue.
The text was updated successfully, but these errors were encountered:
Any updates on this? I'm having the same problem and can't fix it. I have tried all 3 suggested model configs. I have not been able to solve the issue by choosing a different model from model_builder.py either.
During training the model when I run this code
!python /content/models/research/object_detection/model_main.py
--pipeline_config_path={pipeline_fname}
--model_dir={model_dir}
--alsologtostderr
--num_train_steps={num_steps}
--num_eval_steps={num_eval_steps}
I am getting the following error "ValueError: faster_rcnn_inception_v2 is not supported. See
model_builder.py
for features extractors compatible with different versions of Tensorflow" . Please resolve this issue.The text was updated successfully, but these errors were encountered: