Hello, experts
Is there tool or manual how to generate param.yaml for custom model. I'm using https://github.com/TexasInstruments/edgeai-benchmark/blob/master/examples/configs/yaml/param_classification.yaml as reference.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, experts
Is there tool or manual how to generate param.yaml for custom model. I'm using https://github.com/TexasInstruments/edgeai-benchmark/blob/master/examples/configs/yaml/param_classification.yaml as reference.
Hi,
could you elaborate more on this issue ?
Are you trying to create param.yaml file for custom compiled model artifacts ?
Regards,
Pratik
Yes i have artifacts already done with edgeai-tidl-tools but i don't have any yaml files created.
Regards,
Emanuil
Could you please share directory structure for custom compiled model artifact directory ?
You didn't see param.yaml file as part of generated artifacts ? is my understanding correct ?
Regards,
Pratik
Yes, i dont't see any .yaml files. Output i got is:
├── intmodel
│ ├── bufinfolog.csv
│ ├── bufinfolog.txt
│ └── perfSimInfo.bin
├── intmodel.bin
├── intmodel.bin.layer_info.txt
├── intmodel.bin_netLog.txt
├── intmodel.bin_paramDebug.csv
├── intmodel.bin.svg
├── intmodel_io_1.bin
├── model_supported_layer_int.txt.perf_sim_config.txt
└── model_supported_layer_int.txt.qunat_stats_config.txt
command i used was:
TDA4_LINUX_RTOS/tidl_j721e_08_06_00_10/ti_dl/test/testvecs/config/import/public/tflite/model_supported_layer_int.txt
Hi,
The param.yaml file is generated as outcome of model compilation process.
Could you re generate the model artifacts ?
Also please share the detailed process which you have followed to generate model artifacts along with TI documentation links.
Regards,
Pratik
Hi,
> Could you re generate the model artifacts ?
Yes, the output is the same.
> Also please share the detailed process which you have followed to generate model artifacts along with TI documentation links
I follow documentation:
https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/08_00_00_12/exports/docs/tidl_j7_08_00_00_10/ti_dl/docs/user_guide_html/md_tidl_model_import.html
I write a <Configuration file> ---> /model_supported_layer_int.txt, according to the model which i wanna to import.
Regards,
Emanuil
Hi,
Can you state your example use case ?
Are you trying to build model artifacts that can be consumed on target hardware for inferencing part ?
Regards,
Pratik