Sergio Izquierdo
Sergio Izquierdo
Hi @abucka I am not quite sure right now, but I would say that you need to work with `char`, not with `std::string`.
Closing due to inactivity.
Hi @tewni-svg If it's expecting a uint8 tensor then you shouldn't do a cast to float.
You should cast to the expected types before feeding the tensors to the model.
Closing due to lack of activity.
Hi! Thanks for your work. I am not sure about how `const` is the model call as there may be collateral changes in `model.session`. I didn't go through the tensorflow...
I will close this for the moment, as I am still not sure how const the model call is.
Hi @FrancescaCi Did you manage to fix this? Did you try with the latest version of the code?
This solution does not work, as it deallocates before using the tensor.
Hi @ielenik , It is not included because the `generator.py` file is a simple script that ignores multioutput operations at the moment. It would be great to include it in...