fchollet / keras-blog

Blog with Keras news, tutorials, and demos.
134 stars 58 forks source link

New blog post: "install keras environment from scratch" #1

Closed FabienLavocat closed 3 years ago

FabienLavocat commented 8 years ago

New blog post on Installing Keras on a new OS, from installing Ubuntu to PyCharm

fchollet commented 8 years ago

Looks great, but I think we need basically the following two sections (each with 2 sub-sections):

FabienLavocat commented 8 years ago

I 100% agree with you @fchollet about the two new sections. As I said in a previous comment. I think we should keep this article as the very minimal to start playing with Keras. A second article to let people install TensorFlow and use the GPU will be required, but in a second article (IMO)

fchollet commented 8 years ago

I think we should keep this article as the very minimal to start playing with Keras. A second article to let people install TensorFlow and use the GPU will be required, but in a second article (IMO)

Fair point. But I think it would be easier to make the different sections all part of a single "manual" (which would mean releasing the two articles at the same time, and joining them either through highlighted links ("looking for the GP version? Here") or by literally putting them on the same page.

It would be a bad strategy to release info about CPU installs (which people are generally able to do without issue in 2 lines of bash) and nothing about GPU. People don't like that.

PS: what do you think about using Anaconda to simplify the install? With Anaconda, which a lot of people use, the install becomes just two lines of bash. Pros/cons?