model_zoo icon indicating copy to clipboard operation
model_zoo copied to clipboard

Unable to serve the model

Open srijiths opened this issue 5 years ago • 1 comments

Hi @FortiLeiZhang

Thank you for this wonderful work. I have taken one model from export_model_for_serving/1 and tried to run it and its complaining that

I0528 13:33:25.300374 1 loader_harness.cc:154] Encountered an error for servable version {name: mtcnn version: 1}: Internal: unable to load model 'mtcnn', expected 'serving_default' signature
E0528 13:33:25.300393 1 aspired_versions_manager.cc:358] Servable {name: mtcnn version: 1} cannot be loaded: Internal: unable to load model 'mtcnn', expected 'serving_default' signature

But when i checked export_mtcnn.py i could see the tf.saved_model.tag_constants.SERVING. Whats wrong here ?

Thank You Srijith

srijiths avatar May 28 '19 13:05 srijiths

Did you figure this out?

neil-119 avatar Jan 17 '20 22:01 neil-119