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

Tensorflow 2 support #55

Open
gokgozf opened this issue Mar 2, 2020 · 1 comment
Open

Tensorflow 2 support #55

gokgozf opened this issue Mar 2, 2020 · 1 comment

Comments

@gokgozf
Copy link

gokgozf commented Mar 2, 2020

I am quite new to this plugin, this is more like a curiosity question.
Will there be a tf2 support for the plugin, or it is only thought for 1x runtime

@getnamo
Copy link
Owner

getnamo commented Mar 3, 2020

In theory, modifying: https://github.com/getnamo/tensorflow-ue4/blob/master/Content/Scripts/upymodule.json to ```"tensorflow": "2.0.0" is all you should have to do. In practice there's either some mismatch between python environment or some module which doesn't grok well with the current embedded python. You may try to use a non-embedded version e.g.: #42 for now which would allow you to setup your python environment however you want. There is also https://github.com/getnamo/machine-learning-remote-ue4 which will work with any backend that can run https://github.com/getnamo/ml-remote-server

I do hope to fix TF2 support in a future release (likely with an upgrade to the embedded python environment), but can't guarantee a timeline right now.

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

2 participants