Closed paolomanchisi closed 6 years ago
You are probably using split_model = True
This only works for ssd_mobilenet based models!
As it is a hard coded split of the graph in a cpu and gpu session, you need to set it toFalse
if you use other models/graphs.
Did that answer your question?
I've tried and it works, but it's strange because it's an ssd_mobilenet model! I will investigate further. Thank you very much!
Hi , I trained my own model using original tensorflow object detection, but I get this error:
Is there something special to do when training with my own dataset? Thank you, your code is great!