I’m stuck compiling torch / onnx model into BBAI64.
I’m not using supported model from Ti or edge-AI. Although, when I run run_custom_pc.sh , outputs such as model, param, result are generated except artifacts. Only folder is generated, and all the files below directory such as .bin etc… doesn’t show up. When I check the log, only success message appear. So… I can’t find out what is the problem here.
How can I generate artifacts files?
Maybe, custom models are impossible to use TIDLcompilation for onnx session provider and this could be the root of my problem because I changed it to CPUexecutioner since it was the only option.
Any help would be great. Thank you.