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

HTTP server for generating samples on demand #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Hrant-Khachatrian
Copy link

In case someone needs to generate many samples from one model on demand without loading the checkpoint every time, the easiest solution seems to have a HTTP server.

This requires Turbo networking framework.

This is not a serious contribution obviously, but might be useful for some people, especially if the generated text should be used by a non-Lua script. E.g. I use this server for serving a bot similar to DeepDrumpf written in Python.

@AlekzNet
Copy link

AlekzNet commented Nov 7, 2016

Thanks much! Works perfectly! And exactly what I need!

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

Successfully merging this pull request may close these issues.

2 participants