Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 545 Bytes

6.8301 Final Project

Harsh Deep, Alex Hu, Rithvik Ganesh

Installation

Install poetry, then run poetry install

Dataset:

Run make data to download the dataset, there is an iterable dataset in src/data/dataset.py

Model

Model modified from here

Training

Prepare data in data/raw/train, data/raw/val python train.py --patch --run_dir runs/1

Report

See our report here.