TexasInstruments / edgeai-benchmark

This repository has been moved. The new location is in https://github.com/TexasInstruments/edgeai-tensorlab
https://github.com/TexasInstruments/edgeai
Other
3 stars 0 forks source link

No TIDL Delegate in tutorial_classification and tutorial_detection #7

Closed IsidoraR closed 2 years ago

IsidoraR commented 2 years ago

Hi, In the tutorial_classification and tutorial_detection notebooks, why isn't TIDL_delegate used to calibrate the models for 8-bit fixed-point inference?

mathmanu commented 2 years ago

Why do you say: why isn't TIDL_delegate used to calibrate the models for 8-bit fixed-point inference By default 8-bit tidl_offload is used.

If you wish to change it, these flags can be changed: https://github.com/TexasInstruments/edgeai-benchmark/blob/master/settings_base.yaml#L79 https://github.com/TexasInstruments/edgeai-benchmark/blob/master/settings_base.yaml#L12