摘要:
Layout of the output array image is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels) 解决办法: 1. copy of original a 阅读全文
摘要:
解决办法:由于安装的cuda版本是7.5,当前下载的caffe版本比较新,需要修改里面的makefile文件,屏蔽下面的代码,cuda<8.0 In the Makefile.example, try commenting out the *_60 and *_61 lines (for compa 阅读全文
摘要:
Your library is a dynamic library. You need to tell the operating system where it can locate it at runtime. To do so, we will need to do those easy st 阅读全文
摘要:
Use aptitude instead of apt-get. It is more intelligent. It not only will handle downgrading conflicting packages for you, but will make a series of r 阅读全文
摘要:
`TypeError: torch.mm received an invalid combination of arguments - got (torch.FloatTensor, Variable), but expected one of: (torch.SparseFloatTensor m 阅读全文