Emiel commited on
Commit
0a2834d
·
verified ·
1 Parent(s): dd3c31d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -64,11 +64,15 @@ The only augmentations applied were HorizontalFlips and Rotations (10 degrees) t
64
  | Learning Rate | 1e-4 |
65
  | Batch Size | 32 |
66
  | Epochs | 2 |
67
- | Weight Decay | - |
68
- | Scheduler | - |
 
 
69
  | Mixed Precision | Torch AMP |
70
 
71
 
 
 
72
  ## Evaluation
73
  The evaluation data consists of a subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011
74
  We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.
 
64
  | Learning Rate | 1e-4 |
65
  | Batch Size | 32 |
66
  | Epochs | 2 |
67
+ | Weight Decay | * |
68
+ | Class Weight | * |
69
+ | Label Smoothing | * |
70
+ | Scheduler | * |
71
  | Mixed Precision | Torch AMP |
72
 
73
 
74
+ *parameters were intentionally left out because of poor results
75
+
76
  ## Evaluation
77
  The evaluation data consists of a subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011
78
  We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.