You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Remote tensorflow component
Refactor into base tensorflow component
Sep 27, 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.
The text was updated successfully, but these errors were encountered: