arduino / arduino/ArduinoTensorFlowLiteTutorials
micro_mutable_op_resolver.h:21:10: fatal error: tensorflow/lite/c/common.h: No such file or directory
- 主要语言
- Jupyter Notebook
- 星标
- 270
- 派生
- 122
- PR 合并指标
- 30 天内没有已合并 PR
描述
Tensorflow version : '2.1.0'
Target platform: Arduino nano 33 sense BLE
micro_mutable_op_resolver.h:21:10: fatal error: tensorflow/lite/c/common.h: No such file or directory
when I deploy hello world model to edge I got above error. Following contains the headers of the test run
```
#include "tensorflow/lite/micro/examples/hello_world/model.h"
#include "tensorflow/lite/micro/all_ops_resolver.h"
#include "tensorflow/lite/micro/micro_error_reporter.h"
#include "tensorflow/lite/micro/micro_interpreter.h"
#include "tensorflow/lite/micro/testing/micro_test.h"
#include "tensorflow/lite/schema/schema_generated.h"
#include "tensorflow/lite/version.h"
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
使用 TensorFlow 2.1.0 在 Arduino Nano 33 BLE Sense 上复现 hello world 部署,从 micro_mutable_op_resolver.h:21 和 issue 中列出的 headers 开始。检查 tensorflow/lite/c/common.h 不可用的原因;完成标准是 example 能够编译并部署,且不会出现 missing-header error。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- arduino, tensorflow
- 领域
- build-system, embedded-iot, machine-learning
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100