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

From DAVE Developer's Wiki
Revision as of 13:13, 24 September 2021 by U0001 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Info Box
NeuralNetwork.png Applies to Machine Learning


History[edit | edit source]

Version Date Notes
1.0.0 October 2021 First public release

Introduction[edit | edit source]

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 flow[edit | edit source]

TBD

Results[edit | edit source]

TBD