Skip to content

v0.4.1 for UE4.17

Compare
Choose a tag to compare
@getnamo getnamo released this 28 Aug 02:50
· 95 commits to master since this release

Changes

  • Added an optional parameter to TFPluginAPI call shouldRetrain. It syncs with TensorFlowComponent->ShouldRetrain boolean. Use this boolean to check whether you script should force retrain the network.

Note on GPU release
Tensorflow v1.3.0 GPU depends on CUDA v8 and cuDNN v6 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.