Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling ResNet-50 for nv_full #234

Open
dreamerliii opened this issue Jan 19, 2022 · 0 comments
Open

Compiling ResNet-50 for nv_full #234

dreamerliii opened this issue Jan 19, 2022 · 0 comments

Comments

@dreamerliii
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant