serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel

Home Page:https://serizba.github.io/cppflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README update

AndreiMoraru123 opened this issue · comments

Hi, I've been able to build and use CppFlow (only tested the QuickStart), but I'm not sure why there is a cd in the steps provided, so I had to skip it:

git clone git@github.com:serizba/cppflow.git
cd cppflow/examples/load_model
mkdir build
cd build
cmake ..
make -j
make install

There is no CMakeLists.txt in there, so that was a bit confusing. Does this piece of info need an update or am I missing something?

Thanks and awesome project, btw!