Skip to content

Commit

Permalink
Merge pull request #124 from gggekov/master
Browse files Browse the repository at this point in the history
Demonstrate benefit of pruning and clustering before compiling and de…
  • Loading branch information
phorsman-arm authored May 18, 2023
2 parents 38bea5e + e40d67c commit f8ef427
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pruning-clustering-ethos-u/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This repository contains a Jupyter notebook that will demonstrate how to train a Neural Network in TensorFlow
and demonstrate the benefit of [pruning](https://blog.tensorflow.org/2019/05/tf-model-optimization-toolkit-pruning-API.html) and [clustering](https://www.tensorflow.org/model_optimization/guide/clustering) before deploying onto [Arm Ethos-U55](https://www.arm.com/products/silicon-ip-cpu/ethos/ethos-u55) and [Arm Ethos-U65 NPU](https://www.arm.com/products/silicon-ip-cpu/ethos/ethos-u65).
Loading

0 comments on commit f8ef427

Please sign in to comment.