DemO-O-On

Results 3 comments of DemO-O-On

Hello, I'm a newbuy in C++ and I have a question: can I create cppflow::tensor from 2-dimensional vector or array? I've tried ``` std::vector data {{1,2,3}, {4,5,6}}; std::vector shape{2,3}; auto...

> I've tried this, but it thorws an error ``` 1.cpp:16:55: error: no matching function for call to 'cppflow::tensor::tensor(long long int*, std::vector&)' 16 | auto b = cppflow::tensor(long_vector.data(), shape); |...

**Upd:** resaved model in Google Colab using only CPU and tried to make prediction with it. Here's new error: ``` (tensor: shape=[3 32 3], dtype=TF_FLOAT, data= [[[0.0123270601 0.355330735 0.547858953] [0.000193346394...