From b94f6827971720c9c650635d29051bcb72c41ca9 Mon Sep 17 00:00:00 2001 From: Philip Meixner Date: Sat, 9 Dec 2023 18:01:12 +0100 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eae789d..40ab911 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,5 @@ Using image augmentation I doubled the amount of images using a little script, w In the file "model.py" you can find my final model architecture and some prior attempts. The final model architecture is definetely simpler than the others, simply because the more complex models did not perform well due to bad generalization. +In the "model" folder you can find a trained model. This model was tested on unseen data and had a average RMSE Loss of 14 after training for about 30 hours. This means that on every pixel value that was recreated, with values from 0 to 255 my model was off by 14 on average. This got me in Top 30 of more than 250 students. +