Part Number: TDA4VM
Hello Team,
I am trying to deploy MNIST pre-trained model from github in TIDL. I got the following warning message.
WARNING: Conv Layer Conv_0's coeff cannot be found(or not match) in coef file, Random coeff will be generated! Only for evaluation usage! Results are all random!
Please find the onnx model below

The TIDL_import_config file is as shown below.
modelType = 2
numParamBits = 8
inputNetFile = "../../test/testvecs/models/public/onnx/mnist_8_opset.onnx"
outputNetFile = "../../test/testvecs/config/tidl_models/onnx/mnist.bin"
outputParamsFile = "../../test/testvecs/config/tidl_models/onnx/tidl_io_mnist_"
inDataNorm = 0
inWidth = 28
inHeight = 28
inNumChannels = 3
inData = ../../test/testvecs/config/detection_list_mnist.txt
inDataNamesList = input.1
postProcType = 1
Also, im getting "Segmentation fault" for all models including sample tutorial models.
------------------ Network Compiler Traces -----------------------------
Segmentation fault (core dumped)
Please let me know the solution for the same.
Also, kindly provide me some detailed explanation about numParamBits and inNumChannels params.
Thanks in advance!
Regards,
Padmasree N.