Skip to content

v0.7.0 for UE4.18

Compare
Choose a tag to compare
@getnamo getnamo released this 05 Mar 14:31
· 57 commits to master since this release

Changes

  • Tensorflow dependency update to 1.6.0
  • UnrealEnginePython plugin dependency updated to 1.4.2, small changes to path cleanup.
  • Fixed site reload after installing pip issue #19, remove the need to restart your project after installing python dependencies
  • Refactor for upypip, the threaded pip utility. New suggested import format: import upypip as pip
  • Breaking dependencies cause bump to 0.7.0

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