CS 244 Project
Collaborators: Jaebum Lee (jblee94@stanford.edu) Torin Rudeen (torinmr@stanford.edu)
Reproduction instructions: 0. Make sure prerequisites are installed on your system:
- python3.6-dev (sudo apt-get install python3.6-dev)
- Pip
- Create and activate a virtual environment:
- $ python3 -m venv env
- On some systems you may need to install python3-venv first: $ sudo apt-get install python3-venv
- $ source env/bin/activate
- $ python3 -m venv env
- Install requirements:
- $ pip install -r requirements.txt
- Launch the Jupiter notebook. All of the figures and results can be
reproduced by running the notebook:
- $ jupyter notebook
- In the browser tab that opens, click on Reproduction.ipynb
- Exit the virtual environment:
- $ deactivate