Собсвенно по инструкции у меня не получается.
Вот инструкция:
Код:
#### Must have
- MSVC, anyone of the following choices is sufficient
- [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
- [Visual Studio Express](https://www.visualstudio.com/vs/visual-studio-express/)
- [Visual Studio Community](https://www.visualstudio.com/vs/community/)
- [Git](https://git-scm.com/download/win)
- [CMake](https://cmake.org/download/#latest)
- [Conda](http://conda.pydata.org/docs/download.html), manage dependencies like openblas, jpeg, qt, etc
#### If use CUDA
- [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit)
- [CUDNN](https://developer.nvidia.com/cudnn), if use dnn
#### Optional
- [MKL](https://software.intel.com/intel-mkl), better performance blas/lapack library
- [Gnuplot](https://sourceforge.net/projects/gnuplot/files/latest), required by gnuplot package for plotting
- [GraphicsMagick](https://sourceforge.net/projects/graphicsmagick/files/latest), optional for image package
## Install
Open "Windows Command Prompt" and run:
```bat
install.bat
А вот реакция на попытку установить torch:
Код:
+++++++ Can not find environment variable VisualStudioVersion, msvc is not setup porperly
D:\torch
+++++++ Setup fail!
+++++++ Installation error!
Как раз с с установками VisualStudioVersion проблем не было, не пойму, где затык.
Все остальное, что требуют тоже встало на место.