analogdevicesinc / ai8x-synthesis

Quantization and Synthesis (Device Specific Code Generation) for ADI's MAX78000 and MAX78002 Edge AI Devices
Apache License 2.0
55 stars 49 forks source link

Add sampleoutput.h parser #272

Closed seldauyanik-maxim closed 1 year ago

seldauyanik-maxim commented 2 years ago

Sample notebook for parsing izer generated ampleoutput.h file.

Sample numpy input is fed to the PyTorch model that is read from training repository and values are compared with the memeory cotents logged in the sampleoutput.h file.

Sample notebook is designed for verificaiton of SVHN dataset and tinier-ssd model.