BuggieCoder
BuggieCoder
I tried to run the subject notebook in Colab and received the below error at [this section]. (https://colab.research.google.com/github/ageron/handson-ml3/blob/main/19_training_and_deploying_at_scale.ipynb#scrollTo=Querying_TF_Serving_through_the_REST_API). Please help. Thanks. Codes caused the error: `import requests server_url = "http://localhost:8501/v1/models/my_mnist_model:predict"...
Got the following error while running the codes in Colab and reaching this section (second to last section) **Make REST requests Newest version of the servable** **Cell**: `# docs_infra: no_execute...