Closed flaviu22 closed 3 years ago
@flaviu22
I think that is tensroflow issue
U can download linux version and copy header file to ur windows tf c_api folder.
I have make it to run by using libtensorflow-cpu-windows-x86_64-2.5.0
. Thank to this issue: https://github.com/tensorflow/tensorflow/issues/46343
I have tried to compile your excellent library, cppflow.
I am using Win10, 64 bit, VS2017.
I have downloaded https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.4.0.zip and I have deployed on my HOME folder:
C:\Users\u724776\libtensorflow2
And I have tried to compile cppflow, but I got:
which tell me that
cppflow
is not fit withlibtensorflow2
, am I right ?