TexasInstruments / edgeai-tidl-tools

Edgeai TIDL Tools and Examples - This repository contains Tools and example developed for Deep learning runtime (DLRT) offering provided by TI’s edge AI solutions.
Other
121 stars 27 forks source link

Accuracy decrease after use the delegate #59

Open ZIFENG278 opened 1 year ago

ZIFENG278 commented 1 year ago

hi,

i used the edgeai-tidl-tools(08_02_00_05) to compile my speech recognize model(CNN), after i product the artifacts, i deployed it on the Beaglebone AI-64(TDA4VM), and run the infer with hardware acceleration, but the accuracy is super bad, it look like all wrong, but run without the delegate, the accuracy is perfect.

I want to ask it is when compile the model by OSRT just need one data(from the example of osrt just use two picture to compile and generate the artifacts) or need the full dataset to compile?

best,