Update README.md
Browse files
README.md
CHANGED
|
@@ -198,13 +198,13 @@ The four VEDB conditions used the same SimCLR architecture ([PyTorch-SimCLR](htt
|
|
| 198 |
| Backbone | ResNet-18 |
|
| 199 |
| Input size | `224 × 224` |
|
| 200 |
| Epochs | 120 |
|
| 201 |
-
| Batch size |
|
| 202 |
| Optimizer | Adam |
|
| 203 |
-
| Learning rate | `
|
| 204 |
| Weight decay | `1 × 10^-4` |
|
| 205 |
| Loss | NT-Xent |
|
| 206 |
| Temperature (τ) | `0.07` |
|
| 207 |
-
| Learning-rate schedule |
|
| 208 |
| Projection head | `Linear(512,512) → ReLU → Linear(512,128)` |
|
| 209 |
| Mixed precision | FP16 |
|
| 210 |
|
|
|
|
| 198 |
| Backbone | ResNet-18 |
|
| 199 |
| Input size | `224 × 224` |
|
| 200 |
| Epochs | 120 |
|
| 201 |
+
| Batch size | 512 |
|
| 202 |
| Optimizer | Adam |
|
| 203 |
+
| Learning rate | `6 × 10^-4` |
|
| 204 |
| Weight decay | `1 × 10^-4` |
|
| 205 |
| Loss | NT-Xent |
|
| 206 |
| Temperature (τ) | `0.07` |
|
| 207 |
+
| Learning-rate schedule | CosineAnnealingLR (scheduler stepping begins after epoch 10) |
|
| 208 |
| Projection head | `Linear(512,512) → ReLU → Linear(512,128)` |
|
| 209 |
| Mixed precision | FP16 |
|
| 210 |
|