Open main menu

DAVE Developer's Wiki β

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

Revision as of 09:52, 12 November 2020 by U0001 (talk | contribs)

Info Box
NeuralNetwork.png Applies to Machine Learning


Contents

HistoryEdit

Version Date Notes
1.0.0 November 2020 First public release

IntroductionEdit

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

This article compares in terms of performance 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 bedEdit

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.