Open Hassan313 opened 5 years ago
When I also run the below command:
./nvdla_runtime --loadable basic.nvdla --rawdump --image ../digits/six.pgm
on the virtual platform I receive the following error:
Moreover, I am giving an images to the LeNet network and the output.dimg file contains 10 zero, which one of these 10 zeros should be one. Again something seems wrong.
Thank you.
HI, I met the same problem, the wisdom.dir is empty . How did you solve it?
Hi, they did not solve the issue. I am still waiting for their response. I am using the older version of the compiler.
Same for me. Waiting for any solution to this problem.
@WuDan0399 Hi Wooden. The compiler will not put the results in the specified folder. Instead of the folder, the compiler produces two files in the folder where the NVDLA compiler executable file is. One of the files name is [somename].nvdla and the other one is [somename].protobuf.
Hope this helps.
So there is nothing in wisdom directory? Only .nvdla and .protobuf in executable directory?
@Jade-Hsu Yes.
Hi, they did not solve the issue. I am still waiting for their response. I am using the older version of the compiler.
So, Did you finally solve the issue? In addition, do you use the pre-build compiler?
@NicolasWu97 Hi Nicolas,
"So, Did you finally solve the issue?" No.
"In addition, do you use the pre-build compiler?" Yes for some of my works.
P.S. Sorry for the late reply.
I am trying to use the below command:
./nvdla_compiler [-options] --prototxt --caffemodel -o
I am getting the below messages:
creating new wisdom context... opening wisdom context... parsing caffe network... libnvdla<3> mark prob Marking total 1 outputs initialize all tensors with const scaling factors of 127... attaching parsed network to the wisdom... compiling profile "fast-math"... config "nv_full"... libnvdla<2> Prototxt #chnls (C = 1) != Profile #chnls for input (NVDLA_IMG_A8B8G8R8: C = 4). Preferring #chnls from Profile for compiling. libnvdla<2> Overriding output multibatch size from 1 to 64 closing wisdom context...
،he wisdom.dir is created however it is empty. What should I do to fix the problem?
Thank you very much.