courses:2017:installation_guide

Writing /home/fac/arijit/public_html/dokuwiki/data/cache/8/8a51dc628c83f891047cb8a113beecb7.metadata failed
Writing /home/fac/arijit/public_html/dokuwiki/data/cache/b/b964d435b0ae03744a00f29f180666c0.xhtml failed

This is an old revision of the document!


Installation guide for Keras

  1. Installing anaconda from link http://deeplearning.net/software/theano/install.html#compiler-osx which points to anaconda download page https://www.continuum.io/downloads
    1. download done
    2. installing using bash command
      1. allow set up path
  2. Check PATH variable echo $PATH. If not set, then set the path in .bashrc file. Restart terminal and check again.
  3. Installing theano using pip command [ref to page http://deeplearning.net/software/theano/install.html#compiler-osx]
  4. Install same page next dependency
  5. Install nose-parameterized pip install –user nose-parameterized
  6. Running test python -c “import theano; theano.test()”
    1. Ok (about 30min)
  7. Very immportant editing .json file
      ~/.keras/keras.json.
      {
        "image_dim_ordering": "th",
        "epsilon": 1e-07,
        "floatx": "float32",
        "backend": "theano"
      }
      
  8. Check keras installation
    1. Update if required
  • courses/2017/installation_guide.1486805675.txt.gz
  • Last modified: 2017/02/11 15:04
  • by arijit