arduino / arduino/ArduinoTensorFlowLiteTutorials
Plot of predictions with test data in Colab notebook doesn't make much sense
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 270
- Fork
- 122
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
In the Colab notebook, after the training we plot some graphs.
The last one, which is "Plot the predictions along with to the test data", is literally taken from a standard TensorFlow Lite example notebook (see https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/experimental/micro/examples/hello_world/create_sine_model.ipynb#scrollTo=L_vE-ZDkHVxe )
but does not make much sense in this context.
Besides that, the code for that plot currently (ab)uses a deprecated matplotlib behaviour
```
/usr/local/lib/python3.6/dist-packages/matplotlib/axes/_base.py:380: MatplotlibDeprecationWarning:
cycling among columns of inputs with non-matching shapes is deprecated.
```
which also suggests that the current plot is a bit nonsensical.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Mở notebook Colab và kiểm tra phần cuối "Plot the predictions along with to the test data", so sánh phần này với ví dụ TensorFlow Lite được liên kết. Chạy notebook qua bước training và sửa lại plot để biểu diễn dữ liệu test và các dự đoán một cách có ý nghĩa mà không có cảnh báo deprecation của Matplotlib đã được báo cáo.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- jupyter-notebook, matplotlib, tensorflow
- Lĩnh vực
- data-visualization, machine-learning
- Loại issue
- Lỗi
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 42/100