Showing content from https://github.com/Microsoft/multiverso/wiki/Multiverso-Python-Theano-Lasagne-Binding below:
Multiverso Python Theano Lasagne Binding · microsoft/Multiverso Wiki · GitHub
Multiverso Python/Theano/Lasagne Binding
Multiverso is a parameter server framework for distributed machine learning. This package can leverage multiple machines and GPUs to speed up the python programs.
- (For GPU support only) Install CUDA, cuDNN according to this guide. You just need finish the steps before Install Torch.
- Install the multiverso
- On linux: Please follow the README to build and install multiverso.
- On windows: You need MSBuild.exe installed and make sure your system can find it in the $PATH. Then you should run build_dll.bat to build the .dll file and install the .dll. There isn't auto-installer for windows now, so you have to copy the .dll to either system $PATH or the multiverso package folder.
- Install the requirements
gfortran
is required by scipy. e.g. you can install it by sudo apt-get install gfortran
on ubuntu.
- (Optional) You need python-nose to run the unit tests. e.g. you can install it by
sudo apt-get install python-nose
on ubuntu.
- Install python binding with the command
sudo python setup.py install
- Tutorial
- Api documents are written as docstrings in the python source code.
- Benchmark
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4