error duing running transflow model

I am following this tutorial: https://medium.com/jim-fleming/loading-a-tensorflow-graph-with-the-c-api-4caaff88463f#.saa7no4fd. But as i try to run the loader.cc file after succesfully building it, i get this error: Not found: models/train.pb
I have already copyed the train.pb file into /transflow/transflow/model folder and i also tried to copy this file inside /transflow/bazel-bin/model but it is locked. So how do i remove this error. even after i unlocked the bazel folder and than copied the train.pb file inside models, it shows the same error.
Last edited on
Note that is should be "models" with an s at the end.

How do you start the program? The instructions says you should run ./loader which suggest the working directory should be the same directory as where the executable file is located.
ok i solved it.
Topic archived. No new replies allowed.