ML-TN-001 - AI at the edge: comparison of different embedded platforms - Part 5

From DAVE Developer's Wiki
Revision as of 16:27, 10 November 2020 by U0001 (talk | contribs) (Introduction)

Jump to: navigation, search
Info Box
NeuralNetwork.png Applies to Machine Learning


History[edit | edit source]

Version Date Notes
1.0.0 November 2020 First public release

Introduction[edit | edit source]

This Technical Note (TN for short) belongs to the series introduced here.

This article illustrates the comparison in terms of performance of a Machine Learning-based classification application when accelerated with different Neural Processing Units, namely the NXP i.MX8M Plus NPU and the Google Coral Edge TPU.

Originally, the idea was to use the classifier described in this section, which was already tested with the i.MX8M Plus NPU as described in this TN. However, this idea had to be discarded because of unexpected difficulties detailed in the following sections.

Test bed[edit | edit source]

As stated previously, it was not possible to use the fruit classifier application for testing. This is due to the fact that the compiler for Coral TPU was not able to handle this model because of flatten layers. At the time of this article, in fact, this kind of layer was not listed among the supported types.