Koki Ibukuro
Koki Ibukuro
I am testing settings feature at the following branch https://github.com/asus4/avs/tree/settings
Succeed to change Alexa locale in my fork, not tested Baidu DuerOS though
Right, I have forgotten to cherry-pick the patch to the latest release. Thanks.
@stakemura I haven't noticed that there is another entry point in GPU delegate. You can not call `TfLiteGpuDelegateBindGlBufferToTensor` as the `gpu_api_delegate.h` is not linked to `libtensorflowlite_gpu_delegate.so`. So I tested adding...
@tabatinga0x00 Is it possible to share the TFLite model and the reproducible project? In most cases, the exception at `SetInputTensorData` is caused by mismatching the data type (float, double, or...
According to the [tensorflow API docs](https://www.tensorflow.org/api_docs/python/tf/lite/Interpreter#resize_tensor_input), The initializing order might be like this. ```c# // first call resize input tensor interpreter.ResizeInputTensor(0, new int[] { 1, inputSize }); // then allocate...
@tabatinga0x00 Please understand that I don't provide personal support by email. However, if you create a public PR (Pull Request) or a reproducible repository, I can take a look at...
Hi @tabatinga0xffff I ported a YAMNet-based audio classification example form [TensorFlow Lite examples](https://www.tensorflow.org/lite/examples/audio_classification/overview) in this PR: - #348 The model architecture differs from your model but might help to solve...
@tabatinga0xffff Your custom model is not related to this kind of error. Did you install "com.unity.collections" ?
@llecuna At the moment, the select-tf-ops extension library is not included in this repository to keep the library size small. The last time I tried to build it, the size...