Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.34 KB

lec01.md

File metadata and controls

28 lines (18 loc) · 1.34 KB

Python Resources

Linear Algebra Resources

Tensorflow

Please install Tensorflow v1.9. We recommend installation using Docker or Conda environment

  • I will post here exact steps I tried to install tensorflow on Macbook using conda
    • First, install anaconda

    • Create a conda environment, activate it and install tensorflow

      conda create -n tf python=3.6
      source activate tf
      (tf) pip install -r ../requirements.txt
      
    • Note, as of this post python=3.7 does not work with tensorflow