Konstantin Balashov

Results 4 comments of Konstantin Balashov

Yes, model can be compiled but cannot be used. Unfortunately, there is only version of Predict that takes "Tensor", not "Tensors" I need to be able to feed multiple inputs...

Yes, and model.predict too My use-case is - neural network input is an image and a a float. It requires 2 separate tensors of a different shape as an input....

I have added missing functionality and created a pull request.

I do not see how CvtColor in your example can run in place. Input is 24bpp, output is 8bpp. Same with Resize. You will need to allocate data array for...