【发布时间】:2017-11-23 11:48:15
【问题描述】:
我使用 VS2015 构建了 tensorflow,并且能够运行一些示例,
如tf_tutorials_example_trainer 和label_image。
然后我尝试运行示例here。
我能够编译并启动example.cc,但是当到达该行时
Scope root = Scope::NewRootScope();
我收到此错误:
Op type not registered 'NoOp' in binary running on DESKTOP-S5QHRCE.
Make sure the Op and Kernel are registered in the binary running in this process
我错过了什么?
【问题讨论】:
标签: c++ windows tensorflow