Giter Club home page Giter Club logo

merging-models-for-tensorflow-serving's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

merging-models-for-tensorflow-serving's Issues

Merged Model doesn't have its own signature name and other stuff?

What I understood after playing around the scripts is that it just merges two frozen model (.pb files) into single model but the merged model is still storing the information about each member models.

Earlier, I was under the impression that we can unify and aggregate the models using this script and in the Tensorflow-serving, we can use the merged model as if it is a single model. But it is not, when we deploy it in Tensorflow-serving then we are still allowed to post the query to only one of the member model.
Note: signature_name = serving_default is hard-coded in the Tensorflow-serving which doesn't work with merged model.

My question is that

  1. How do I get single model with a unique signature name, probably serving_default?
  2. What I want to achieve is that I am having multiple frozen models (pre-trained model, each on different dataset). I want to merge them so that it behaves as if there is a single model which is trained on all the member models's dataset. How do I achieve it?

https://stackoverflow.com/questions/59381246/how-to-sequentially-combine-2-tensorflow-models
The problem mentioned in the above is what I have been trying to achieve.

From the repo. name, I thought it is what I needed but it doesn't. Please let me know if I am missing anything?

combining models

Hi,
Do you think it is possible to combine two models in such a way that the output of the first model, goes as input to the second 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.