Is there a good place to ask technical/implementation questions related to tiny ml - e.g. something like the programming questions forum of Arduino (https://forum.arduino.cc/index.php?board=4.0) to get assistance with troubles implementing specifically TinyML issues?
Would it make sense for this discourse to have a similar type of category?
For example of the sort of question I was looking at ask:
I’ve been working on a modified version of the micro speech example from TensorFlow on an ESP32 and seem to be hitting an issue where the input tensor is not being initialized correctly. I’m essentially hitting a null pointer issue when trying to copy captured audio to the input->data.int8. I don’t fully understand the internals, but I suspect that the initialization is failing because of how the model is loaded, but I’m not sure (e.g. it could be because of space or other issues as I’ve extended my setup to allow OTA updates etc)