alantseone

Results 6 comments of alantseone

I also couldn't see any bounding box and I print the pred_bbox, only the first frame have output pred_bbox. I had this problem before starting. QObject::moveToThread: Current thread (0x563bcd421950) is...

> 你好,使用CUDA driver version为12而runtime version为11.7是没有问题的,CUDA runtime version只需小于等于driver version即可。 > > 对于错误: > > > Could not load library libcublasLt.so.12. Error: libcublasLt.so.12: cannot open shared object file: No such file or...

你說的沒有錯,但在cudatoolkit 11.7存放so共享库文件LD_LIBRARY_PATH讀到的會是libcublasLt.so.11 ,但他需求是libcublasLt.so.12, 我有嘗試過別人做的 export LD_LIBRARY_PATH=/path/to/cuda-11.5/targets/x86_64-linux/lib/:${LD_LIBRARY_PATH} 后再执行 注意使用绝对路径 但我仍然是無法抓libcublasLt.so.12,在/cuda-11.5/targets/x86_64-linux/lib/裡也只有libcublasLt.so.11 請問我該如何做,謝謝你

沒關係,我也更新一下我的問題是我沒辦法安裝cuda12 因為飛樂只支援到11.7,而4080只能裝cuda12的driver版本,導致現在飛樂好像是根據我drive的cuda版本來抓libcublasLt.so.12這個檔案,該如何把他修改成libcublasLt.so.11的版本 我是安裝這個指令 python -m pip install paddlepaddle-gpu==2.4.2.post117 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html 最後也有成功安裝的提示。 但最後我要跑sh tests/install/check_predict.sh 就出現剛才提到的抓不到libcublasLt.so.12的檔案

謝謝你,我過去那邊請教一下其他同學。

> this problem occupied when you install via pypi, I think you could try instaill via github by clone this repo then using "pip install ." I just found the...