Upload hyperparameters.json from screening_exp_001_20250615_235423_lr5e-03_a0.5_d0.1
Browse files
screening/screening_exp_001_20250615_235423_lr5e-03_a0.5_d0.1/hyperparameters.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dropout_rate": 0.1,
|
| 3 |
+
"alpha": 0.5,
|
| 4 |
+
"smooth": 1.0,
|
| 5 |
+
"lr": 0.005,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"batch_size_factor": 1.0
|
| 8 |
+
}
|