使用Tensorflowsharp将冻结的Tensorflow模型加载到Unity中时,空TFSession

时间:2018-11-20 04:02:25

标签: c# session unity3d tensorflow tensorflowsharp

我是C#/ Unity和Tensorflow / Tensorflowsharp的新手。我正在尝试将冻结的Tensorflow模型加载到Unity中,但似乎只返回Null。我非常确定该模型已正确冻结。这是我的代码:

.pb

在Unity GUI中,我将graphModel设置为冻结的模型.bytes文件,并将扩展名更改为Debug.Log(session);。当我Null UnityEngine.Debug:Log(Object) 时,Unity打印出来

npm install --no-bin-links

关于出了什么问题的任何想法吗?

0 个答案:

没有答案