Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 279 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 279 Bytes

CS231n

Set up

Go to one of the assignment folders, then:

virtualenv2 .env
source .env/bin/activate
pip install -r requirements.txt

Download datasets

cd cs231n/datasets
./get_datasets.sh

Start

source .env/bin/activate
jupyter notebook