feat: update experiments
Browse files
README.md
CHANGED
@@ -142,18 +142,20 @@ Some fonts are problematic during the generation process. The script has an manu
|
|
142 |
|
143 |
On our synthesized dataset,
|
144 |
|
145 |
-
| Backbone | Output Normalization | Data Aug | Input Size | Hyper Param | Accur | Commit | Dataset |
|
146 |
-
| :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
|
147 |
-
| ResNet-18 | Sigmoid | β | 512x512 | I<sup>1</sup> | 18.58% | 5c43f60 | I<sup>4</sup> |
|
148 |
-
| ResNet-18 | Sigmoid | β | 512x512 | II<sup>2</sup> | 14.39% | 5a85fd3 | I |
|
149 |
-
| ResNet-18 | Tanh | β | 512x512 | II | 16.24% | ff82fe6 | I |
|
150 |
-
| ResNet-18 | Tanh | β
<sup>3</sup> | 512x512 | II | 27.71% | a976004 | I |
|
151 |
-
| ResNet-18 | Tanh | β
| 512x512 | I | 29.95% | 8364103 | I |
|
152 |
-
| ResNet-18 | Sigmoid | β
| 512x512 | I | 29.37% [Early stop] | 8d2e833 | I |
|
153 |
-
| ResNet-18 | Sigmoid | β
| 416x416 | I | [Lower Trend] | d5a3215 | I |
|
154 |
-
| ResNet-18 | Sigmoid | β
| 320x320 | I | [Lower Trend] | afcdd80 | I |
|
155 |
-
| ResNet-18 | Sigmoid | β
| 224x224 | I | [Lower Trend] | 8b9de80 | I |
|
156 |
-
| ResNet-34 | Sigmoid | β
| 512x512 | I | 32.03% | 912d566 | I |
|
|
|
|
|
157 |
|
158 |
* <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
|
159 |
* <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
|
|
|
142 |
|
143 |
On our synthesized dataset,
|
144 |
|
145 |
+
| Backbone | Pretrained | Output Normalization | Data Aug | Input Size | Hyper Param | Accur | Commit | Dataset |
|
146 |
+
| :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
|
147 |
+
| ResNet-18 | β | Sigmoid | β | 512x512 | I<sup>1</sup> | 18.58% | 5c43f60 | I<sup>4</sup> |
|
148 |
+
| ResNet-18 | β | Sigmoid | β | 512x512 | II<sup>2</sup> | 14.39% | 5a85fd3 | I |
|
149 |
+
| ResNet-18 | β | Tanh | β | 512x512 | II | 16.24% | ff82fe6 | I |
|
150 |
+
| ResNet-18 | β | Tanh | β
<sup>3</sup> | 512x512 | II | 27.71% | a976004 | I |
|
151 |
+
| ResNet-18 | β | Tanh | β
| 512x512 | I | 29.95% | 8364103 | I |
|
152 |
+
| ResNet-18 | β | Sigmoid | β
| 512x512 | I | 29.37% [Early stop] | 8d2e833 | I |
|
153 |
+
| ResNet-18 | β | Sigmoid | β
| 416x416 | I | [Lower Trend] | d5a3215 | I |
|
154 |
+
| ResNet-18 | β | Sigmoid | β
| 320x320 | I | [Lower Trend] | afcdd80 | I |
|
155 |
+
| ResNet-18 | β | Sigmoid | β
| 224x224 | I | [Lower Trend] | 8b9de80 | I |
|
156 |
+
| ResNet-34 | β | Sigmoid | β
| 512x512 | I | 32.03% | 912d566 | I |
|
157 |
+
| ResNet-50 | β | Sigmoid | β
| 512x512 | I | 34.21% | e980b66 | I |
|
158 |
+
| ResNet-18 | β
| Sigmoid | β
| 512x512 | I | 34.21% | 416c7bb | I |
|
159 |
|
160 |
* <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
|
161 |
* <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
|