Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few suggestions #1

Closed
stmax82 opened this issue Jul 4, 2016 · 4 comments
Closed

A few suggestions #1

stmax82 opened this issue Jul 4, 2016 · 4 comments

Comments

@stmax82
Copy link

stmax82 commented Jul 4, 2016

Python 2.7

Is Python 2.7 really necessary? I install Theano+Keras pretty much the same way as you do (without OpenBLAS and cuDNN though), but I use Anaconda with Python 3 and everything works fine.

MinGW

The installation of MinGW can be simplified, because there's a conda package for it. Just conda install mingw.

pip + git

Instead of git clone and python setup.py you can just use a single line of pip to install Theano and Keras:

pip install git+https://github.com/Theano/Theano.git@rel-0.8.2
pip install git+https://github.com/fchollet/keras.git@1.0.5

Thanks for the guide!

@philferriere
Copy link
Owner

Great notes. Thanks for the feedback!

@alexander-rakhlin
Copy link

@stmax82, do you fall back to Python 3.4 environment like I do? I was unable to install
conda install libpython
with 3.5

@stmax82
Copy link
Author

stmax82 commented Jul 13, 2016

@alexander-rakhlin most of my Python envs are a bit older and thus 3.4 by default - but you're right, I just tried to create a 3.5 environment and the libpython conda package doesn't seem to be available for 3.5 (yet?).

I'm not sure how the conda package maintenance process works and who's responsible for updating packages?

@philferriere
Copy link
Owner

Closing all comments related to Keras1.0.5 + Theano0.8.2 + VS2013 + CUDA7.5 + cuDNN5.0 setup.
Switching to Keras1.1.0 + Theano0.8.2 + VS2015 + CUDA8.0 + cuDNN5.1 setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants