File tree Expand file tree Collapse file tree 3 files changed +30
-4
lines changed Expand file tree Collapse file tree 3 files changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ before_install:
4
4
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
5
5
- chmod +x miniconda.sh
6
6
- ./miniconda.sh -b
7
- - export PATH=/home/travis/miniconda/bin:$PATH
7
+ - export PATH=/home/travis/miniconda/bin:/home/travis/miniconda2/bin: $PATH
8
8
- conda update --yes conda
9
9
install :
10
- - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then conda create --yes -q -n pyenv python=2.6 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes argparse pip matplotlib scikit-learn h5py; fi
11
- - if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then conda create --yes -q -n pyenv python=3.4 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes pip matplotlib scikit-learn h5py; fi
10
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then conda create --yes -q -n pyenv python=2.6 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes argparse pip matplotlib scikit-learn h5py libgfortran ; fi
11
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then conda create --yes -q -n pyenv python=3.4 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes pip matplotlib scikit-learn h5py libgfortran ; fi
12
12
- source activate pyenv
13
13
- pip install -q git+git://git.assembla.com/jobman.git
14
14
- pip install -q --no-deps git+git://github.com/Theano/Theano.git
Original file line number Diff line number Diff line change 2
2
Pylearn2: A machine learning research library
3
3
==============================
4
4
5
+ .. warning ::
6
+
7
+ This project does not have any current developer. We will continue
8
+ to review pull requests and merge them when appropriate, but do not
9
+ expect new development unless someone decides to work on it.
10
+
11
+ There are other machine learning frameworks built on top of Theano that
12
+ could interest you, such as: `Blocks
13
+ <https://blocks.readthedocs.org/en/latest> `_, `Keras
14
+ <http://keras.io> `_ and `Lasagne
15
+ <https://lasagne.readthedocs.org/en/latest> `_.
16
+
17
+
5
18
Pylearn2 is a library designed to make machine learning research easy.
6
19
7
20
Pylearn2 has online `documentation <http://deeplearning.net/software/pylearn2/ >`_.
Original file line number Diff line number Diff line change 3
3
Welcome
4
4
=======
5
5
6
- Pylearn2 is still undergoing rapid development. Don't expect a clean road without bumps!
6
+ .. warning::
7
+
8
+ This project does not have any current developer. We will continue
9
+ to review pull requests and merge them when appropriate, but do not
10
+ expect new development unless someone decides to work on it.
11
+
12
+ There are other machine learning frameworks built on top of Theano that
13
+ could interest you, such as: `Blocks
14
+ <https://blocks.readthedocs.org/en/latest>`_, `Keras
15
+ <http://keras.io>`_ and `Lasagne
16
+ <https://lasagne.readthedocs.org/en/latest>`_.
17
+
18
+
19
+ Don't expect a clean road without bumps!
7
20
If you find a bug please write to
[email protected] .
8
21
If you're a Pylearn2 developer and you find a bug, please write a unit test for it so
9
22
the bug doesn't come back!
You can’t perform that action at this time.
0 commit comments