DM-Diaz commited on
Commit
1c64afb
·
verified ·
1 Parent(s): 383532f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 | 64 |
202
  | Optimizer | Adam |
203
- | Learning rate | `3 × 10^-4` |
204
  | Weight decay | `1 × 10^-4` |
205
  | Loss | NT-Xent |
206
  | Temperature (τ) | `0.07` |
207
- | Learning-rate schedule | Fixed |
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