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

Refactor into base tensorflow component #44

Open
getnamo opened this issue Apr 15, 2019 · 2 comments
Open

Refactor into base tensorflow component #44

getnamo opened this issue Apr 15, 2019 · 2 comments

Comments

@getnamo
Copy link
Owner

getnamo commented Apr 15, 2019

We can probably add a tickbox or a tensorflow component subclass which would enable remote tensorflow. This would work via re-routing calls to the tensorflow component to e.g. a python socket.io server which would call the same TFPluginAPI scripts on the server and return results without changing any blueprint or python API currently used.

This would enable easy scaling for training or production if greater performance is needed without depending on it locally.

@getnamo
Copy link
Owner Author

getnamo commented Apr 24, 2019

Likely best to separate into a new plugin (https://github.com/getnamo/tensorflow-remote-ue4) so that it does not have UnrealEnginePython dependency. We can use that plugin as a dependency to define the base class tensorflow component with C++ calls so both share same API.

@getnamo getnamo changed the title Remote tensorflow component Refactor into base tensorflow component Sep 27, 2019
@getnamo
Copy link
Owner Author

getnamo commented Sep 27, 2019

base class will be in remote tensorflow plugin which this will depend on. Remote tensorflow plugin will only depend on socket.io plugin.

Variant summary:

will later have

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