Tensorflow 1 vs Tensorflow 2 C-APIWith the new tensorflow version 2, there was a lot of changes in the python API to train and test the models. Similarly, we were…Jan 8, 2021Jan 8, 2021
Single Shot Detection using Tensorflow C-APITensorflow C API can be used to build bindings for other languages, here we will use the C API to evaluate the Single Shot Detection graph…Jul 16, 20192Jul 16, 20192
Construction of tensorflow::Tensor with C++For Embeddeding the pre-trained models in various applications, we would require the C++ api. Here we will try to create a function to…Sep 19, 2017Sep 19, 2017