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

**Motivation** It should be possible to switch the machine learning backend while keeping the unreal frontend api the same, allowing for a very flexible dev environment. By specifying an abstract...

enhancement

If i call the JSON input function around once every second, its crashing the game with a large python log. This happens on the CPU version of the plugin but...

awaiting replication

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...

enhancement

I'm getting the following error loading TensorFlow with the GPU version, but it works ok with the CPU version. I'm running with CUDA 10.0 and cuDNN v7.6.5 on Windows 10...

bug

Test: UE4.23 When I create a blueprint project, everything works well, but it crash for c++ project. here is log ``` LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) LogWindows: File 'aqProf.dll'...

awaiting replication

Ok so, to confirm the machine can build TF. I installed it via Anaconda Windows 10 Python 3.6.9 `install tensorflow-gpu=1.12.0` will grab CUDA9.0/cuDNN AND CUDA9.1 as part of the prerequisite...

question

can ue4.18.3 use v0.13.0 for UE4.22 with UnrealEnginePython plugin dependency updated to 1.9.0 Socketio-client-ue4 plugin dependency update to 1.0.0 TensorFlow default updated to 1.12.0. Requires h5py to be 2.7.0. cause...

question

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...

enhancement

Hi guys Hope all is well the tensorflow plugin is installed and CUDA and CUDNN installed LogPluginManager: Mounting plugin TensorFlow LogPython: Python Scripts search path: ../../../../../../Users/U1/Documents/Unreal Projects/MyProject/Plugins/tensorflow-ue4/Content/Scripts LogPython: Added TensorFlow...

awaiting replication

Downloading dependencies is failing for me with the following error: ``` LogPython: Collecting tensorflow-gpu==1.10.0 Downloading https://files.pythonhosted.org/packages/ae/d9/60e1e73abffaeb0aaca7cc2bcfeb973ec3b314a3e46e26270966829b5207/tensorflow_gpu-1.10.0-cp36-cp36m-win_amd64.whl (115.8MB) Could not install packages due to an EnvironmentError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or...

awaiting replication