tensorflow2_cpp icon indicating copy to clipboard operation
tensorflow2_cpp copied to clipboard

Build Tensorflow C++ API, load a SavedModel and serve predictions

Results 2 tensorflow2_cpp issues
Sort by recently updated
recently updated
newest added

Hi. Wanting to try your code, I began to compile what you said here, and of course I have started with: `docker pull boraraktim/tensorflow2_cpp` after I installed **docker**, but I...

Thank you @borarak for your work. Do you plan on doing a similar example but for classification instead? For example, there is no clear sample for c++ inference on efficientnet...