google / model_search

Apache License 2.0
3.26k stars 462 forks source link

Documentation for Utilizing Output of Model Search? #55

Open solomon-lo opened 3 years ago

solomon-lo commented 3 years ago

Is there anywhere where we can find additional documentation? I've run the Google Model Search and obtained a saved_model.pb, but I'm not sure how to load this back into Python.

Here is some code that I've found for converting the output, but it doesn't seem quite right. So, documentation for how to actually implement this would be appreciated.

image