Harshvardhan Chandirasekar
Harshvardhan Chandirasekar
are there any workarounds for fixing this or is this a wsl specific issue ?
Would it be possible for someone to help me out here? I cant seem to figure why tkdnn wont work with tensorrt 8.4 on wsl2 while there are no issues...
> Could you try CUDA-11.6? TRT 8.4 was tested with CUDNN-8.4 + CUDA-11.6 yup the issue still exists ( i also tried it with cuda 11.4 and faced the same...
Honestly, there is no use case of using WSL over native OS , atleast for me, i started playing around with WSL in my free-time and came across this issue,figured...
Pretty much all versions of tensorrt up-to tensorrt 8.2 worked on WSL2 for me ,but I had to copy all lib files from /usr/lib/wsl/lib to /usr/lib/x86-_64-linux-gnu for it to work...
Yup its working now with tensorrt 8.5.2
Its more along the lines of the second method you mentioned,and you might need to slightly modify the test_yolo4(yolo4.cpp) file to use the cfg and name files used to train...
1)test_yolo4 is the compiled version of yolo4.cpp , since you are using yolo4x modifying this [file ](https://github.com/ceccocats/tkDNN/blob/master/tests/darknet/yolo4x.cpp) should do the trick 2) i don't think there would be any changes...
Hi ,I just tested ctrack and cnet3d 3d demos with tensorrt 8.4 and they seem to be working fine for me on linux.They should work with tensorrt 8.2 also.
I can't be exactly sure of what the issue might be ,but i can speculate that it is probably a windows thing , i sometimes get a segmentation fault when...