Part Number: TDA2PHV-ACD
Hello Friends,
I tried to import a TF model using the tidl_model_import.out.exe.Please find the content of my config file given below:
# Default - 0
randParams = 0
# 0: Caffe, 1: TensorFlow, Default - 0
modelType = 1
# 0: Fixed quantization By tarininng Framework, 1: Dyanamic quantization by TIDL, Default - 1
quantizationStyle = 1
# quantRoundAdd/100 will be added while rounding to integer, Default - 50
quantRoundAdd = 50
numParamBits = 8
inputNetFile = "..\..\test\testvecs\config\tensorflow_models\deepbox\demo_model.data-00000-
of-00001.pb"
inputParamsFile = "NA"
outputNetFile = "..\..\test\testvecs\config\tidl_models\tidl_net_deepbox.bin"
outputParamsFile = "..\..\test\testvecs\config\tidl_models\tidl_param_deepbox.bin"
preProcType = 2
sampleInData = "..\..\test\testvecs\input\airshow.jpg"
tidlStatsTool = "..\quantStatsTool\eve_test_dl_algo.out.exe"
inWidth = 600
inHeight = 600
inNumChannels = 3
conv2dKernelType = 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
I get the following error when I tried to import a pretrained TF model.
I request you to assist me in rectifying the above error.
Best Regards,
Vijay