-
Notifications
You must be signed in to change notification settings - Fork 45.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSD MobileNet train fails with Object was never used (type <class 'tensorflow.python.framework.ops.Tensor'>) #5715
Comments
I tried to use Seems it started to work with But it fails for |
seems the real issues with seems only with |
Trying to get back to With
|
seems issue related to #5391 |
I guess legacy |
You have broken the serialized dataset(i.e, data corroupt) further training models could be added. thus delete the model and train from the fresh |
Hey guys, I had the same issue, and after a loooong annoying searching and trying to debug it worked for me when i switched to model_main.py. get rid of that evil legacy\train.py. |
retraining with
faster_rcnn_inception_v2_coco_2018_01_28
model andfaster_rcnn_inception_v2_pets.config
works okbut
python3 train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_coco.config
with
ssd_mobilenet_v1_coco_2018_01_28
pretrained modelfails with next error
Full log:
full_logs.zip
ssd_mobilenet_v1_coco.config
System information
The text was updated successfully, but these errors were encountered: