没有注册OpKernel来支持Op'PaddingFIFOQueue'与这些attrs

时间:2016-07-01 23:41:19

标签: c++ neural-network tensorflow conv-neural-network

我正在尝试使用C ++ API运行Tensorflow模型并收到此错误:

Running model failed: Invalid argument: No OpKernel was registered to support Op 'PaddingFIFOQueue' with these attrs
 [[Node: batch/padding_fifo_queue = PaddingFIFOQueue[capacity=32, component_types=[DT_FLOAT], container="", shapes=[[-1,-1,3]], shared_name=""]()]]

只有我能够找到的信息是问题可能是由于仅GPU操作。但我故意尝试使用原始Python代码在仅CPU模式下运行模型,它工作正常。

显然我不知道现在应该检查什么。

模型+图表:https://cloud.mail.ru/public/5yk3/No887jqS8

0 个答案:

没有答案