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

Using for production purpose #31

Closed
ghost opened this issue Jul 4, 2017 · 2 comments
Closed

Using for production purpose #31

ghost opened this issue Jul 4, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 4, 2017

I'm trying to use my trained model as an API that input is text and the output is the labeled text. However, it's seem like every time i want to deploy ,it's need to initialize the model again. Can i separate the initialization and the predicting part so that I just have to load the model once then I can use it for predicting several inputs at different times.
Thank you for your amazing model :)

I have read the thread #5 for this issue but i didn't quite get the solution for this problem.

@Franck-Dernoncourt
Copy link
Owner

There is no solution yet. However we are working on it :-)

Repository owner deleted a comment from jennyjylee Jul 4, 2017
@Franck-Dernoncourt
Copy link
Owner

Separating the initialization and the predicting part was done on the series of commits on Jul 11, 2017.

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

No branches or pull requests

1 participant