Deploy retrained inception SavedModel to google cloud ml engine
I am trying to deploy a retrained version of the inception model on google cloud ml-engine. Gathering informations from the SavedModel documentation , this reference , and this post of rhaertel80, I exported successfully my retrained model to a SavedModel, uploaded it to a bucket and tried to deploy it to a ml-engine version. This last task actually creates a version, but it outputs this error: Create Version failed. Bad model detected with error: "Error loading the model: Unexpected error when loading the model" And when I try to get predictions from the model via commandline I get this error