CNTKUnityTools icon indicating copy to clipboard operation
CNTKUnityTools copied to clipboard

Sample is not working

Open cjsb opened this issue 6 years ago • 4 comments

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 =)

cjsb avatar Jan 24 '19 11:01 cjsb

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?

tcmxx avatar Jan 24 '19 11:01 tcmxx

Hi, I need to use the style transfer =) How can I do that? I am using Unity 2018.2.14

cjsb avatar Jan 24 '19 11:01 cjsb

YOu should probably use a Unity version at most 2018.1.19.. 2018.2 changed the prefab system which cause a lot of issues.

tcmxx avatar Jan 24 '19 11:01 tcmxx

Cool, I will try that! Thank you

cjsb avatar Jan 24 '19 11:01 cjsb