TensorFlow-Unreal icon indicating copy to clipboard operation
TensorFlow-Unreal copied to clipboard

TensorFlow plugin for the Unreal Engine.

Results 36 TensorFlow-Unreal issues
Sort by recently updated
recently updated
newest added

Hi, I used this pluggin with Unreal Engine 4.18 where I was able to load keras models with the load_weights function. This one use h5py module so it was installed...

bug

Pip currently uses windows cmd to work asynchronously. We should be able to use python methods to work around this.

enhancement
wishlist

Likely depends on https://github.com/ROCmSoftwarePlatform/tensorflow-upstream which is available on pip as https://pypi.org/project/tensorflow-rocm/. Atm there are no windows pip wheels for this, but that may change in the future. At that point...

enhancement

Hi, there I'm recently building a machine learning project in UE4 and trying to use this plugin to deploy a trained model. Is there any way to directly get the...

enhancement

I did a quick build of the MNIST demo in the ue4-examples (win x64), but I get an error on launch: AsyncLoading.cpp [Line: 3013] Missing Dependency, request for SockedIOClientComponent but...

enhancement
addressed looking for feedback

I'm pretty new to UE4, so I'm not sure if I'm being dumb or if there actually is a bug. I've installed the Plugins following the instructions, then copied the...

question
solved - kept for reference

when making a packaged build for end user release we can't really predict whether or not they have a compatible gpu, so how would I go about a procedure like:...

question

If dependencies aren't installed yet in a packaged build there may be a blocking load (usually in a black screen) and require a map restart to enable the tensorflow component....

enhancement

I've encountered a very annoying issue where my project couldn't ever find the TensorFlowComponent after moving my project in some new folders. After a few hours, I found your suggestion...

enhancement
help wanted

A main optimization, we need a way to declare a buffer of given length and pass that to python without copying, then reinterpret it as a float array in python....

enhancement