cppflow icon indicating copy to clipboard operation
cppflow copied to clipboard

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

Results 83 cppflow issues
Sort by recently updated
recently updated
newest added

Many people use cppflow for computer vision, and they usually work converting a `cv::Mat` into a `std::vector`, and then into a `cppflow::tensor`. We could directly provide a constructor and a...

contributor-wanted
feature-request

I am trying to load a model that has multiple inputs and outputs. I followed you example but I keep getting segmentation faults errors. The model is created using the...

inactive

I'd like to document an issue I ran into and the resolution in case anyone else runs into it, and to propose an api improvement, if possible, that would make...

enhancement

Hi, I am trying to run the efficientnet example after successfully installing the library on my Ubuntu 20.04 machine, however I'm getting this error message when I run the `make`...

Hi! I find cppflow very useful; however, I have some small questions for now (I may have more in the future :D). I can use cppflow in a CUDA/C++ program,...

throw std::runtime_error("No operation named \"" + op_name + "\" exists");

keep getting exception while running/making inference in C using tensorflow C API along with CPPFLOW. Exception thrown at 0x00007FFAE2A925F0 (tensorflow.dll) in No_DLL_GRU_Model_Test_PRJCT.exe: 0xC0000005: Access violation reading location 0x0000000000000000, another thing...

Moving cppflow::model causes segmentation fault on desctruction similar to #132, #154. Btw, this will happen to all default constructor implementations. ```cpp #include #include // to run: ./example2 /path/to/model class ModelInference...

I'm trying to embed a string using the universal sentence encoder, but I'm hitting this error when running the model: ``` [libprotobuf FATAL external/com_google_protobuf/src\google/protobuf/map.h:1293] CHECK failed: it != end(): key...

Is there any example codes using decode_c_s_v() ?