本篇博文是对论文DenseCap的源码实现,作者是斯坦福的Justin Johnson 项目地址:https://cs.stanford.edu/people/karpathy/densecap/ 源码地址:https://github.com/jcjohnson/densecap 论文地址:http://arxiv.org/abs/1511.0757…
CUDA Toolkit and Compatible Driver Versions
NVIDIA CUDA Installation Guide for Linux
Download CUDNN cuda 版本 cat /usr/local/cuda/version.txt
cudnn 版本 cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2 参考链接:Ubuntu 16.04 上安装…
对于出现关键字:
libxxxxxxxx.so
libcuxxxxxx.so
比如OSError: libcusparse.so.10: cannot open shared object file: No such file or directory
等情况,可以考虑是cuda配置出了问题,可能没有安装cuda或者安装版本不对,处理流…