Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ Finetuning was done on some 50 different models including different VTs and CNNs
|
|
53 |
saved every epoch.
|
54 |
### Finetuning Data
|
55 |
|
56 |
-
The finetuning data is a subset of the cub-200-2011 dataset,
|
57 |
We finetuned the model on 3533 samples of the labeled dataset we were given, stratified on the label (7066 including augmented images).
|
58 |
|
59 |
|
@@ -75,14 +75,14 @@ We finetuned the model on 3533 samples of the labeled dataset we were given, str
|
|
75 |
*parameters were intentionally left out because of poor results
|
76 |
|
77 |
### Evaluation Data
|
78 |
-
The evaluation data is a subset of the cub-200-2011 dataset,
|
79 |
We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.
|
80 |
|
81 |
#### Testing Data
|
82 |
|
83 |
-
The testing data is a subset of an unlabeled subset of the cub-200-2011 dataset,
|
84 |
-
the best model, based on the evaluation data would be loaded. This model would be used to predict the labels of the unlabeled test set.
|
85 |
-
These predicted labels were submitted to the Kaggle
|
86 |
|
87 |
### Poster
|
88 |
|
|
|
53 |
saved every epoch.
|
54 |
### Finetuning Data
|
55 |
|
56 |
+
The finetuning data is a subset of the cub-200-2011 dataset, http://www.vision.caltech.edu/datasets/cub_200_2011/.
|
57 |
We finetuned the model on 3533 samples of the labeled dataset we were given, stratified on the label (7066 including augmented images).
|
58 |
|
59 |
|
|
|
75 |
*parameters were intentionally left out because of poor results
|
76 |
|
77 |
### Evaluation Data
|
78 |
+
The evaluation data is a subset of the cub-200-2011 dataset, http://www.vision.caltech.edu/datasets/cub_200_2011/.
|
79 |
We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.
|
80 |
|
81 |
#### Testing Data
|
82 |
|
83 |
+
The testing data is a subset of an unlabeled subset of the cub-200-2011 dataset, http://www.vision.caltech.edu/datasets/cub_200_2011/ of 4000 images. After model finetuning
|
84 |
+
the best model, based on the evaluation data, would be loaded. This model would then be used to predict the labels of the unlabeled test set.
|
85 |
+
These predicted labels were submitted to the Kaggle competition via CSV which returned the test accuracy.
|
86 |
|
87 |
### Poster
|
88 |
|