https://github.com/stonet2000/cogs-118b-final
https://github.com/stonet2000/cogs-118b-final
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stonet2000/cogs-118b-final
- Owner: StoneT2000
- Created: 2021-11-02T20:20:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T06:44:53.000Z (about 4 years ago)
- Last Synced: 2025-03-30T12:15:16.470Z (10 months ago)
- Language: Jupyter Notebook
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COGS-118B-Final
## Setup
Run the following to setup conda and get a local install
```
conda env create -f environment.yml
conda activate cogs118b
pip install -e .
```
To get the tiny image dataset, download and unzip
```
wget http://cs231n.stanford.edu/tiny-imagenet-200.zip
unzip -q tiny-imagenet-200.zip
```
Run the script in notebooks/stone/data.ipynb to then process the data