Tensorflow Ue4 Versions Save

TensorFlow plugin for the Unreal Engine.

v1.5.0beta

6 months ago

Beta Release, not all features may work correctly or be properly documented!

Changes

  • Compile fixes for Unreal platform update to 5.3
  • Socket.io plugin updated to 2.7.1
  • MachineLearningRemote plugin updated to 0.9.0

Notes

v1.4.0beta

1 year ago

Beta Release, not all features may work correctly or be properly documented!

Changes

  • Compile fixes for Unreal platform update to 5.1
  • Socket.io plugin updated to 2.5.0
  • MachineLearningRemote plugin updated to 0.8.0
  • Fixed MLRemote server loop bugs

Notes

v1.3.0beta

2 years ago

Beta Release, not all features may work correctly or be properly documented!

Changes

  • Update to Unreal 5.0 production release
  • Socket.io plugin updated to 2.0.1
  • MachineLearningRemote plugin updated to 0.7.0
  • Plugin repo name changes to support future unreal versions

Notes

1.0.0alpha2

3 years ago

Early Release, not all features may work correctly!

Changes

0.14.0

4 years ago

Changes

  • UnrealEnginePython plugin dependency updated to 1.10.0
  • Socketio-client-ue4 plugin dependency update to 1.1.0

Note on GPU release Tensorflow v1.12.0 GPU depends on CUDA v9.0 and cuDNN v7 see https://www.tensorflow.org/install/gpu for detailed instructions on installing those pre-requisites. If you can't satisfy those requirements, use the cpu version.

0.13.0

5 years ago

Changes

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

Note on GPU release Tensorflow v1.12.0 GPU depends on CUDA v9.0 and cuDNN v7 see https://www.tensorflow.org/install/gpu for detailed instructions on installing those pre-requisites. If you can't satisfy those requirements, use the cpu version.

0.11.0

5 years ago

Changes

  • UnrealEnginePython plugin dependency updated to 1.8.0
  • Socketio-client-ue4 plugin dependency update to 0.10.0
  • Compile fixes for 4.21

Note on GPU release Tensorflow v1.10.0 GPU depends on CUDA v9.0 and cuDNN v7 see https://www.tensorflow.org/install/gpu for detailed instructions on installing those pre-requisites. If you can't satisfy those requirements, use the cpu version.

0.10.1

5 years ago

Changes

  • Packaging will no longer attempt to copy site-packages. Either run your packaged build once to auto-pull dependencies or copy manually after packaging is complete. This cannot be automated due to staging directory having nearly always a too long path name to copy correctly (>260 chars).
  • runJsonInput is now multi-threaded if tensorflow component is set to use multithreading (this is default behavior).
  • run_on_gt is now a separate function
  • upythread.run_on_bt changed to accept arguments as second argument, and a reflow gamethread callback as third argument. This allows for passing functions to a background thread with arguments.
  • breaking api bumps plugin to 0.10.1
  • UnrealEnginePython updated to 1.7.4 for threading changes.
  • python36.dll will auto copy to packaged build project binaries directory so it will start on a fresh system. (0.10.1)

Note on GPU release Tensorflow v1.10.0 GPU depends on CUDA v9.0 and cuDNN v7 see https://www.tensorflow.org/install/gpu for detailed instructions on installing those pre-requisites. If you can't satisfy those requirements, use the cpu version.

0.9.3

5 years ago

Changes

  • Compile fixes for packaging.
  • UnrealEnginePython and Tensorflow Plugins will now auto-copy their plugin scripts to packaged builds
  • Embedded python will-auto copy to packaged build. site-packages may cause path too long error, delete {Project Root}/Plugins/UnrealEnginePython/Binaries/Win64/Lib/site-packages folder before packaging. Can manually copy over once packaged.
  • Your project content/scripts will also auto copy (UnrealEnginePython v1.7.1 update)
  • Tensorflow upgraded to 1.10
  • Socket.io plugin updated to 0.9.3

Intermediate release, use https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.0 instead.

0.9.0

5 years ago

Changes

  • Tensorflow upgraded to 1.9.0
  • UnrealEnginePython plugin dependency updated to 1.6.0
  • Socketio-client-ue4 plugin dependency update to 0.9.0
  • Compile fixes for 4.20
  • TFAudioCapture module updated with: support for native delegates, fixes for full capture of audio on finish, audio level provided on each chunk.

breaking dependencies cause bump to 0.9