Code Monkey home page Code Monkey logo

Comments (1)

itcuihao avatar itcuihao commented on August 29, 2024

Hi, I successfully started using http, how can I access it?

success:

2021-08-20 06:22:45.227694: I tensorflow_serving/core/loader_harness.cc:86] Successfully loaded servable version {name: ch_test1 version: 1555528919}
2021-08-20 06:22:45.232981: I tensorflow_serving/model_servers/server.cc:285] Running gRPC ModelServer at 0.0.0.0:9001 ...
[warn] getaddrinfo: address family for nodename not supported
2021-08-20 06:22:45.239809: I tensorflow_serving/model_servers/server.cc:301] Exporting HTTP/REST API at:localhost:9002 ...
[evhttp_server.cc : 235] RAW: Entering the event loop ...
curl --location --request POST 'http://localhost:9002/v1/models/ch_test1:predict' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "title":"hello hncynic"
}'

response:
{
    "error": "Missing \'inputs\' or \'instances\' key"
}

from hncynic.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.