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

tkdnn yolov4 608x608 showing segmantation fault in time of load model in rtx 1060 #238

Closed mohitkhubele closed 2 years ago

mohitkhubele commented 3 years ago

hi i done full setup on aws instance at v100 gpu ,in there everything working fine,but when i deploy same thing on my local system i am getting segmentation fault on when i am loading model ,i tried to increase located memory from script networkrt.cpp but that is also not working ,and i tried same other yolov4 at low input shape(416,512) thats is working fine .only getting problem with 608. error :while loading model after create execution content segmetation fault(coredumped)

mive93 commented 3 years ago

Have you investigated the error with gdb?

mive93 commented 2 years ago

Closing for inactivity. Feel free to reopen.