Liu Mingzhe - [email protected]
Jeremy Tan - [email protected]
-
Install dependencies.
pip install -r requirements.txt
-
Save data file in
/data
folder and extract there.
The expected filepath is:data/ nus-cs5242/ test_image/ train_image/ sample_submission.csv train_label.csv
-
Run train script.
This will augment the data, train the model, and output predictions in/predictions
folder.
python train.py
On the terminal, the expected output should look like this:
The predictions will be saved in the predictions\<timestamp>
folder in csv.
The model will likewise be saved in the models\<timestamp>
folder.