Skip to content

Latest commit

 

History

History

rnn-unrolling-tflite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

RNN unrolling for TFLite

This repository contains a Jupyter notebook that will demonstrate how to train a Recurrent Neural Network (RNN) in TensorFlow and then prepare it for exporting to TensorFlow Lite format by unrolling it.

It also shows how to quantize your unrolled model so that it is ready to be optimized by Vela in order for the model to be deployed onto Arm Ethos-U55 or Arm Ethos-U65 NPU.