You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creating new runtime context...
Emulator starting
pgm2dimg 1 28 28 1 896 0 200704
(DLA_TEST) Error 0x00000004: Mismatched width: 28 != 224 (in TestUtils.cpp, function createImageCopy(), line 156)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function copyImageToInputTensor(), line 104)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function setupInputBuffer(), line 163)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function runTest(), line 391)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function run(), line 450)
Shutdown signal received, exiting
(DLA_TEST) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 87)
I also have a question when using lenet. When using lenet from docker, I got right answer, like 0 0 1 0 0 0 0 0 0 0, but when I using lenet on my onw computer, I can just 0. What's more, after I added --calibtable file when I build the loadable file, I got the answer like 0 0 120 0 0 0 0 0 0 0.. Why??
Could you please help me, Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I got an error when using nvdla_runtime
./nvdla_runtime --loadable fast-math.nvdla --image 2_inv.pgm --rawdump
creating new runtime context...
Emulator starting
pgm2dimg 1 28 28 1 896 0 200704
(DLA_TEST) Error 0x00000004: Mismatched width: 28 != 224 (in TestUtils.cpp, function createImageCopy(), line 156)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function copyImageToInputTensor(), line 104)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function setupInputBuffer(), line 163)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function runTest(), line 391)
(DLA_TEST) Error 0x00000004: (propagating from RuntimeTest.cpp, function run(), line 450)
Shutdown signal received, exiting
(DLA_TEST) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 87)
I also have a question when using lenet. When using lenet from docker, I got right answer, like 0 0 1 0 0 0 0 0 0 0, but when I using lenet on my onw computer, I can just 0. What's more, after I added --calibtable file when I build the loadable file, I got the answer like 0 0 120 0 0 0 0 0 0 0.. Why??
Could you please help me, Thanks!
The text was updated successfully, but these errors were encountered: