cs329s-ml-deployment-tutorial icon indicating copy to clipboard operation
cs329s-ml-deployment-tutorial copied to clipboard

Code and files to go along with CS329s machine learning model deployment tutorial.

Results 5 cs329s-ml-deployment-tutorial issues
Sort by recently updated
recently updated
newest added

Hitting this error on a local instance trying to predict: HttpError:

KeyError: "Failed to add concrete function 'b'__inference_model_1_layer_call_fn_61750'' to object-based SavedModel as it captures tensor which is unsupported or not reachable from root. One reason could be that a stateful object...

When I do this step: ``` 3. Deploying the whole app to GCP Okay, I've fixed the permissions error, how do I deploy my model/app? I'm glad you asked... run...

I added a comment to last block of the .ipynb file.