Tool/software:
Im currently working with the custom model follow this guideline edgeai-tidl-tools/docs/custom_model_evaluation.md at master · TexasInstruments/edgeai-tidl-tools. When i add a new models config in model_configs.py, and build it by this command:
python3 ./tflrt_delegate.py -d -m cl-tfl-custom
Nothing shows up at my custom artifacts model. Yea and my models is .tflite extension, it was trained with only 1 layer. Did i do wrong or miss something??