のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

torch

"torch"を"windows 10"の "visual studio 2017"でビルドしてみる(その3)

Lapack library not found in compile time C:\torch\install\torch7>luajit LuaJIT 2.0.4 -- Copyright (C) 2005-2017 Mike Pall. http://luajit.org/ _____ _ |_ _| | | | | ___ _ __ ___| |__ | |/ _ \| '__/ __| '_ \ | | (_) | | | (__| | | | \_/\___/…

"torch"を"windows 10"の "visual studio 2017"でビルドしてみる(その2)

qiita.com luarocks download torchgit clone git://github.com/torch/torch7.git cd torch7 luarocks make ../torch-scm-1.rockspec********************************************************************** ** Visual Studio 2017 Developer Command Prom…

"torch"を"windows 10"の "visual studio 2017"でビルドしてみる(その1)

git clone https://github.com/torch/luajit-rocks.git cd luajit-rocks mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=X:/torch/install -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release nmake cmake -DCMAKE_INSTALL_PREFIX=X:/torch/install -…

ubuntu torch

ensekitt.hatenablog.com