ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 209 forks source link

Keep getting "Not supported field" error #215

Closed Duarte-Nunes closed 3 years ago

Duarte-Nunes commented 3 years ago

High, im running the repository on the Jetson Nano 2Gb, and i keep getting this error (sorry for the bad quality, had to take the picture with my phone), i tried rebooting but it didnt change.

I'm just running the ./test_yolov4 that comes with the repository.

imagem

mive93 commented 3 years ago

Hi @Duarte-Nunes, check this: https://github.com/ceccocats/tkDNN/issues/26

Duarte-Nunes commented 3 years ago

Hello @mive93 sorry for the delay in giving feedback, i tried that solution but now am present with "Null pointer" in NetworkRT.cpp line 137 instead of "Killed"

Duarte-Nunes commented 3 years ago

Some further elaboration, i do believe that the problem is still low memory however i am running the jetson only on terminal the max memory usage is 500mb which leaves around 6 gb of free memory (including swap) but when i run the test it says "GPU free memory: 100mb" or 70 mb ou around those values

Duarte-Nunes commented 3 years ago

@mive93 Nevermind it appears through some research on Nvidia forums that Cuda device memory cannot be swaped and therefore even with the trick posted on the Issue you linked my Jetson nano which is a 2Gb model cannot run the code.