CNTKUnityTools
CNTKUnityTools copied to clipboard
Sample is not working
Hi,
I tried to use the demo but I got this error: NullReferenceException: Object reference not set to an instance of an object TestSeqNNTrain2D.CreateResnode () (at Assets/UnityCNTK/Tools/CommonNNs/Examples/TestSeqNNTrain2D.cs:53) TestSeqNNTrain2D.Start () (at Assets/UnityCNTK/Tools/CommonNNs/Examples/TestSeqNNTrain2D.cs:24)
what should I do?
Thanks =)
HI, this repo is basically deprecated. If you want to use neural network you can try https://github.com/tcmxx/UnityTensorflowKeras, unless you need to use style transfer.
For this repo, only Unity 2018.1.x is tested. Which version are you using?
Hi, I need to use the style transfer =) How can I do that? I am using Unity 2018.2.14
YOu should probably use a Unity version at most 2018.1.19.. 2018.2 changed the prefab system which cause a lot of issues.
Cool, I will try that! Thank you