Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 472 Bytes

Tensorflow-2.0-examples

Installation

  • Install Miniconda

    • Download miniconda
      $> wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
    • Create environment
      $> conda create --name=snakes3 python=3.5
    • Activate snakes 3 environment $> source activate snakes3
  • Install Jupyter Lab/Notebook & Tensorflow

    • pip install -r requirements.txt
  • Start JupyterLab

    • jupyter lab