To install Merlin, cd
merlin and run the below steps:
- Install some basic tools in Merlin
bash tools/compile_tools.sh
- Install python dependencies
pip install -r requirements.txt
- go to
tools/
and follow INSTALL instructions there. - Merlin is coded in python and need third-party python libraries such as:
- Usually shipped with your python packages
- Available in Ubuntu packages
- Can be found on pip
- Need version 0.7 and above
- http://deeplearning.net/software/theano
- Can be found on pip
- https://pypi.python.org/pypi/bandmat
- Computationnal efficiency is obviously greatly improved using GPU.
- It is also improved using the latest versions of theano and numpy.
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git libc6-dev-i386 glibc-devel.i686 csh
sudo yum install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git libc6-dev-i386 glibc-devel.i686 csh python-lxml libxslt-devel unzip
sudo env "PATH=$PATH" pip install Theano
sudo env "PATH=$PATH" pip install matplotlib
sudo env "PATH=$PATH" pip install bandmat
sudo env "PATH=$PATH" pip install lxml
- If you are not a sudo user, this post may help you install Merlin.