Coder Social home page Coder Social logo

Comments (7)

getnamo avatar getnamo commented on June 12, 2024

Which version of the plugin are you using? and did you download it from https://github.com/getnamo/tensorflow-ue4/releases using a .7z archive (not the source/zip)?

from tensorflow-unreal.

AgentArachnid66 avatar AgentArachnid66 commented on June 12, 2024

I'm using the release for 4.23 that I downloaded from that link. Also, thank you for the quick reply

from tensorflow-unreal.

getnamo avatar getnamo commented on June 12, 2024

Do the examples https://github.com/getnamo/tensorflow-ue4-examples/releases/tag/0.7.0 (TensorFlowExamples-ue4.23-v0.7.0-noplugins.7z
) with https://github.com/getnamo/tensorflow-ue4/releases/tag/0.14.0 dragged in it (tensorflow-ue4.23-v0.14.0-cpu.7z
) work for you?

from tensorflow-unreal.

AgentArachnid66 avatar AgentArachnid66 commented on June 12, 2024

No, I just tried it by following the link you posted and then built it. The console just says:

LogPython: Error: No module named 'TensorFlowComponent'

Sorry for the late reply, I've been unexpectedly busy recently

from tensorflow-unreal.

getnamo avatar getnamo commented on June 12, 2024

You shouldn't need to build it if you follow the above instructions, the .7z has the embedded python included, I suspect it's using your machine python instead of the locally embedded python that has links setup for the TensorFlowComponent or you're trying to use the master branch with 4.23, which is for 4.25 and with a very different setup expectation (locally networked). NB branch compatible with 4.23 is https://github.com/getnamo/tensorflow-ue4/tree/0.14.0

from tensorflow-unreal.

AgentArachnid66 avatar AgentArachnid66 commented on June 12, 2024

So I just spent the past few hours trying to get it to work. I can't seem to get it to work with the examples. I put in the right module and class names into the tensorflow component and it gives me:

LogPython: Error: No module named 'tensorflow' LogPython: Error: Traceback (most recent call last): LogPython: Error: File "TensorFlowExamples-ue4.23-v0.7.0-noplugins\tensorflow-ue4-examples\Content\Scripts\mnistSimple.py", line 5, in <module> from tensorflow.examples.tutorials.mnist import input_data LogPython: Error: ModuleNotFoundError: No module named 'tensorflow'

from tensorflow-unreal.

getnamo avatar getnamo commented on June 12, 2024

That indicates the tensorflow module isn't installed, try manually installing the pop package in your site packages (inside unreal engine python plugin > binaries)

Normally that gets automatically installed on startup though (see quick setup section of readme)

from tensorflow-unreal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.