04 2023 档案
摘要:Onnx 和ncnn模型可视化 https://lutzroeder.github.io/netron/ Ncnn小核绑定 https://github.com/Tencent/ncnn/wiki/openmp-best-practice tflite插件产生原因 https://medium.co
阅读全文
摘要:cmake \ -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/opt/conda \ -D INSTALL_PYTHON_EXAMPLES=ON \ -D INSTALL_C_EXAMPLES=OFF \ -D OPENCV_ENABL
阅读全文
摘要:https://zhuanlan.zhihu.com/p/111014448
阅读全文
摘要:PIDS=`lsof .|grep uwsgi|awk '{ print $2 }'|sort|uniq`if [[ -z $PIDS ]]then echo "not running"else kill -int $PIDS echo "#" $PIDS sleep 1 kill -9 $PIDS
阅读全文
摘要:/var/log/cuda-installer.log [INFO]: Executing NVIDIA-Linux-x86_64-418.87.00.run --ui=none --no-questions --accept-license --disable-nouveau --no-cc-ve
阅读全文