Skip to content

Tags: my-dev-space/tensorflow-ue4

Tags

v0.2.0

Toggle v0.2.0's commit message
API change for TensorflowComponent

-TensorInputs renamed to JsonInputs which is more accurate
-added sync custom function allowing much more open api. Specify the
desired function name and arguments in string format and return a
string. Json encoding recommended.
-using python case for tf component
-breaking api

0.1.5

Toggle 0.1.5's commit message
misc fixes

0.1.4

Toggle 0.1.4's commit message
default to gpu version

0.1.2-pre

Toggle 0.1.2-pre's commit message
enable by default

0.1.1-pre

Toggle 0.1.1-pre's commit message
Update README.md

0.0.9-pre

Toggle 0.0.9-pre's commit message
add log toggle and time the training.

-Will now return OnTrainingComplete callback containing a summary with
elapsed time and anything else the user passes in
-Verbose of python log can be toggled on TFComponent