legekka commited on
Commit
90d91be
1 Parent(s): 1771344

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Final result:
25
  - Training Loss: 0.1009
26
  - Eval Loss: 0.1386
27
 
28
- It seems like using random crops helped the model to generalize better, however, the training dataset only contained 512x512 images, which meant that every cropped image had bilinear interpolation. Training the model on 1024x1024 images could probably further improve its performance.
29
 
30
  ## Performance comparison
31
 
 
25
  - Training Loss: 0.1009
26
  - Eval Loss: 0.1386
27
 
28
+ It seems like using random crops helped the model to generalize better, however, the training dataset only contained 512x512 images, which meant that every cropped image had bilinear interpolation. Training the model on 1024x1024 images could probably further improve its performance. *(Maybe I'll do it later)*
29
 
30
  ## Performance comparison
31