Exporting a trained TensorFlow models to C++ in windows -


i want use trained tensorflow model validation\test in visual studio c++ project, windows 7 environment.

theoretically, guess there 2 options seems reasonable me:

indirect option: build exe or dll file warping python trained model (graph , weights) , run files within c++ visual studio project direct option: inlcude directly tensorflow libs in vs , import trained model can't find documentation or examples how in windows. suggestions best way it?

the configuration have is: windows 7\10 tensorflow 1.0.1 python 3.5.2 visual studio 2015


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -