thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.14k stars 2.07k forks source link

GCloud ML Engine #738

Open bduman opened 6 years ago

bduman commented 6 years ago

I've custom darknet model and convert to .pb model using darkflow. Got an error in gcloud ml engine when I tried to creating a model. any suggestion?

Create Version failed. Model validation failed: SavedModel must contain exactly one metagraph with tag: serve For more information on how to export Tensorflow SavedModel, see https://www.tensorflow.org/api_docs/python/tf/saved_model.

Suro-One commented 5 years ago

Same problem here. Did you solve it?

bduman commented 5 years ago

No, i used https://pjreddie.com/darknet/yolo/