Open main menu

DAVE Developer's Wiki β

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

Revision as of 11:02, 24 September 2021 by U0001 (talk | contribs) (Created page with "{{InfoBoxTop}} {{AppliesToMachineLearning}} {{AppliesTo Machine Learning TN}} {{InfoBoxBottom}} __FORCETOC__ == History == {| class="wikitable" border="1" !Version !Date !Not...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Info Box
NeuralNetwork.png Applies to Machine Learning


Contents

HistoryEdit

Version Date Notes
1.0.0 October 2021 First public release

IntroductionEdit

This Technical Note (TN for short) belongs to the series introduced here. The configuration here described is similar to the one used for this article of the same series. With respect to that TN, the main differences are:

  • PyTorch framework was used instead of TensorFlow
  • Vitis AI was upgraded to version 1.3.2.

Also, two significant improvements were implemented:

  • Structural pruning of the model
  • Model review resulting in the removal of the fully connected layer.

These changes allowed to increase performance as detailed in the rest of the document.

PyTorch-based development flowEdit

TBD

ResultsEdit

TBD