Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading and Unloading versions of model #75

Open
dharmendrach opened this issue Dec 5, 2019 · 2 comments
Open

Loading and Unloading versions of model #75

dharmendrach opened this issue Dec 5, 2019 · 2 comments

Comments

@dharmendrach
Copy link

Usually systems which are in production require, loading of new versions on run-time and even unloading previous versions of model. Is there any way to achieve same using this framework ? I have seen tensorflow serving does this via constantly checking file system for new model versions and unloading deleted models.

I really like idea of single framework for hosting different framework models. If you have some tasks for future releases or any contribution required, I can help.

@dharmendrach dharmendrach changed the title Loading and Unloading new versions of model Loading and Unloading versions of model Dec 5, 2019
@marooned20
Copy link

@drc10723 I was also hoping to find a way to handle hot-reload of the server based on the changes in the config file! Have you solved it? if so, I would be curious to learn as well.

@tobegit3hub
Copy link
Owner

We can not hot-reload models with config file or using non-tensorfllow models now. We may use load balancer or AB testing tools for this scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants