Minny
Minny
在UDP里面,想实现ESP32与Mac 数据传送。目前能实现接收,但是在发送这,应该怎么实现呢,send按钮一直是灰色的。谢谢大佬先。
In file included from /Users/ballball/Documents/Arduino/libraries/Arduino_TensorFlowLite/src/tensorflow/lite/micro/micro_error_reporter.h:19:0, from /Users/ballball/Documents/Arduino/gesture/IMU_Classifier/IMU_Classifier.ino:25: /Users/ballball/Documents/Arduino/libraries/Arduino_TensorFlowLite/src/tensorflow/lite/experimental/micro/compatibility.h:29:0: warning: "TF_LITE_REMOVE_VIRTUAL_DELETE" redefined #define TF_LITE_REMOVE_VIRTUAL_DELETE In file included from /Users/ballball/Documents/Arduino/libraries/Arduino_TensorFlowLite/src/tensorflow/lite/micro/all_ops_resolver.h:18:0, from /Users/ballball/Documents/Arduino/gesture/IMU_Classifier/IMU_Classifier.ino:24: /Users/ballball/Documents/Arduino/libraries/Arduino_TensorFlowLite/src/tensorflow/lite/micro/compatibility.h:26:0: note: this is the location of the previous definition...
I would like to know the layers of model which the MicroPython firmware supported, as I changed my model, which uses LSTM in it, the inference program on ESP32 doesn't...