Tool/software: TI-RTOS
Hi
I use import tool to convert caffe model to bin format. I use the sample model from "github.com/.../sparse ",
The config file as follow
randParams = 0
modelType = 0
quantizationStyle = 1
quantRoundAdd = 25
numParamBits = 8
inputNetFile = "A.prototxt"
inputParamsFile = "A.caffemodel"
outputNetFile = "NET_OD.BIN"
outputParamsFile = "PRM_OD.BIN"
conv2dKernelType = 1
rawSampleInData = 1
sampleInData = "000100_1024x512_bgr.y"
tidlStatsTool = "tidl_model_import.out.exe",
However, I got the error as shown in the following figure. Could you point me how to fix this error? Thanks.
BR
Allen