GithubHelp home page GithubHelp logo

e2e_tensorflow_serving's People

Contributors

shibuiwilliam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

e2e_tensorflow_serving's Issues

How does the external JSON file works?

Nice job William, however I tried to figure out a detail problem.

Here, for example, line 8 in build_inceptionv3.py:

def get_label() -> List[str]: 
    with open("./ImageNetLabels.json", "r") as f: 
        labels = json.load(f) 
    return labels

The labels are loaded from a external JSON file when the model class is initialized, and extra processings are added through signatures, that's alright.

But here is my question, it seems that the path of the label JSON file is never attached as a volume parameter of tf-serving docker container, how does it works in the post-processing step? Is the label info added together with the model weights located in the saved_model/inception_v3 when you save your model?

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.