Error when Importing tensorflow in embedded python in c++

前端 未结 1 546
星月不相逢
星月不相逢 2021-01-14 21:47

My question is regarding embedding Python 3.5 interpreter in a C++ program to receive an image from C++, and use it as an input for my trained tensorflow model. When I impor

相关标签:
1条回答
  • 2021-01-14 22:44

    I've fixed this problem by copying libiomp5md.dll from python library folder to directory of my C++ code.

    0 讨论(0)
提交回复
热议问题