Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ubuntu 14.04 中遇到了 torch7 的问题。错误:
从“libtorch.so”加载模块“libtorch”时出错:未定义符号:spotrs_
我正在尝试在 lua 5.1.5 中导入它。我在 Mac 上没有任何问题。
提前致谢。
你用过 Torch ezinstall安装程序吗?spotrs是 LAPACK 功能,因此您需要确保已正确安装了例如OpenBLAS 。
spotrs