How to deploy a Tensorflow trained model for inference for a Windows standalone application
问题 I would like to use a model trained with Tensorflow in a Windows standalone desktop application. I only need to perform predictions, I can train the model with Tensorflow Python API. What is the recommended approach? I know there is a C++ API, but it is really hard to compile it, especially on Windows. Can I find any prebuilt C++ Tensorflow binaries for Windows? Is there an easy way to distribute Python with Tensorflow as a Windows installer prerequisite? Can I import the Tensorflow model in