Questions tagged [pylearn2]
4 questions
4
votes
3 answers
installing pylearn2 - ImportError: No module named six.moves
I'm trying to install pylearn2. I'm using a fresh virtual environment where I've only install the development versions of theano and pygpu. I have tested them and both are working fine. However, when I try to install pylearn2 I get this error:
$…

soroosh.strife
- 1,181
- 4
- 19
- 45
1
vote
0 answers
How to solve Pylearn2 installation error?
I got this error when trying to install Pylearn2 software.
import error img
I follow the download & installation instruction at their website http://deeplearning.net/software/pylearn2/. I have already install setuptools module using anaconda.
setup…

Lokman
- 33
- 1
- 2
- 6
0
votes
1 answer
ModuleNotFoundError: No module named pylearn2.space
! git clone git://github.com/lisa-lab/pylearn2.git'''
! pip install theano
I am working on Google colab. I have installed the pylearn2 clone from git but still it is showing MODULE NOT FOUND error in the following lines
pylearn2.space import…
0
votes
1 answer
Getting "ImportError: cannot import name string" when trying to run Pylearn2 make_cifar100_whitened.py
When I am trying to run make_cifar100_whitened.py inside Pylearn2/scripts/datasets I get :
G:\pylearn2-master\pylearn2\scripts\datasets>make_cifar100_whitened.py
WARNING (theano.configdefaults): g++ not available, if using conda: `conda install…

Hossein
- 24,202
- 35
- 119
- 224