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.
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?