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 が利用できない理由を確認する。完了条件は、missing-header error なしで example がコンパイルされ、デプロイされることである。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- arduino, tensorflow
- 領域
- build-system, embedded-iot, machine-learning
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100