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

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -