のねのBlog

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

2018-10-04から1日間の記事一覧

nn build

nnがうまくビルドできない C:\torch\install>luarocks download nn C:\torch\install>git clone git://github.com/torch/nn.git Cloning into 'nn'... remote: Enumerating objects: 7662, done. remote: Total 7662 (delta 0), reused 0 (delta 0), pack-re…

luarocks

C:\torch\install>.\luarocks install nn

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

C:\torch\install>.\luarocks download luaffi C:\torch\install>git clone git://github.com/facebook/luaffifb.git Cloning into 'luaffifb'... remote: Enumerating objects: 963, done. remote: Total 963 (delta 0), reused 0 (delta 0), pack-reused 9…

"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 -…