wolfib / image-classification-CIFAR10-tf

Simple Image Classification Models for the CIFAR-10 dataset using TensorFlow
MIT License
154 stars 124 forks source link

Graph Training in C++ #3

Open ashokbugude opened 7 years ago

ashokbugude commented 7 years ago

I am trying to convert the python code to c++ for training of graph but am facing difficulties as I am unable to find all the functions of python tensorflow in C++ .

Can I Please know if there exists any source code to train the graph in C++

wolfib commented 7 years ago

I don't have any experience with C++, but as far as I know TensorFlow has its own C++ API which you could try to use.