[Torch]提示torch.inverse错误

Posted hcbin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Torch]提示torch.inverse错误相关的知识,希望对你有一定的参考价值。

来源:https://blog.csdn.net/zziahgf/article/details/72548128

 

当执行官方第二个例子时,提示xs = torch.inverse(A)*b错误

是因为缺少OpenBLAS,安装上即可

git clone https://github.com/xianyi/OpenBLAS.git
cd OpenBLAS
make NO_AFFINITY=1 USE_OPENMP=1
sudo make install
CMAKE_LIBRARY_PATH=/opt/OpenBLAS/include:/opt/OpenBLAS/lib:$CMAKE_LIBRARY_PATH luarocks install torch

 

以上是关于[Torch]提示torch.inverse错误的主要内容,如果未能解决你的问题,请参考以下文章

Pytorch解决使用BucketIterator.splits警告volatile was removed and now has no effect. Use `with torch.no_g(代

Pytorch解决使用BucketIterator.splits警告volatile was removed and now has no effect. Use `with torch.no_g(代

CentOS6.5安装之DNS配置错误,yum install 软件报错:ERROR 6或者56错误提示”could not retrieve mirrorlist http://mirrorli(代

Python 基于csv 读取文本文件提示:‘gbk‘ codec can‘t decode byte 0xbf in position 2: illegal multibyte sequence(代

使用 torch.save 和 torch.load 继续培训 - 关键错误消息

lua/torch (OS X) 的 Gnu 绘图错误