C++ Tensorflow
Docker from here
https://github.com/FloopCZ/tensorflow_cc/tree/v1.12.0
Maybe example from here
https://github.com/kecsap/tensorflow_cpp_packaging#save-a-checkpoint-in-python-tflearn
Example from here
https://github.com/lysukhin/tensorflow-object-detection-cpp
This example
https://github.com/PatWie/tensorflow-cmake/blob/master/examples/keras/inference.cpp
Allow docker instance to use the host x server, on the host run:
xhost +local:`docker inspect --format='{{ .Config.Hostname }}' tf112`
(for every one use xhost + but this is dangerous)
Comments