Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ The model we are finetuning, microsoft/swin-large-patch4-window12-384-in22k, was
|
|
46 |
#### Preprocessing
|
47 |
|
48 |
Data augmentation was applied to the training data in a custom Torch dataset class. Because of the size of the dataset, images were not replaced but were duplicated and augmented.
|
49 |
-
The only augmentations applied were HorizontalFlips and Rotations (10 degrees) to align with the relatively
|
50 |
|
51 |
# Finetuning
|
52 |
Finetuning was done on some 50 different models including different VTs and CNNs. All models were trained for 10 epochs with the best model, based on the evaluation acccuracy,
|
|
|
46 |
#### Preprocessing
|
47 |
|
48 |
Data augmentation was applied to the training data in a custom Torch dataset class. Because of the size of the dataset, images were not replaced but were duplicated and augmented.
|
49 |
+
The only augmentations applied were HorizontalFlips and Rotations (10 degrees) to align with the relatively homogeneous dataset.
|
50 |
|
51 |
# Finetuning
|
52 |
Finetuning was done on some 50 different models including different VTs and CNNs. All models were trained for 10 epochs with the best model, based on the evaluation acccuracy,
|