Kimyayd commited on
Commit
afaa368
·
verified ·
1 Parent(s): 532c38f

Update screening experiment summary

Browse files
Files changed (1) hide show
  1. experiment_summary_screening.json +42 -4
experiment_summary_screening.json CHANGED
@@ -1,7 +1,45 @@
1
  {
2
  "stage": "screening",
3
- "total_experiments": 0,
4
- "best_experiment": null,
5
- "all_experiments": [],
6
- "timestamp": "2025-06-15T23:48:15.448528"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
  "stage": "screening",
3
+ "total_experiments": 1,
4
+ "best_experiment": {
5
+ "experiment_path": "/tmp/hf_tuning_9rvir5qa/screening_exp_001_20250615_235423_lr5e-03_a0.5_d0.1",
6
+ "hyperparameters": {
7
+ "dropout_rate": 0.1,
8
+ "alpha": 0.5,
9
+ "smooth": 1.0,
10
+ "lr": 0.005,
11
+ "weight_decay": 0.01,
12
+ "batch_size_factor": 1.0
13
+ },
14
+ "best_dice_score": 0.499203125412074,
15
+ "best_epoch": 3,
16
+ "final_train_loss": 0.38834261916943424,
17
+ "final_valid_loss": 0.3699581747542999,
18
+ "final_valid_dice": 0.494449710917857,
19
+ "total_epochs": 5,
20
+ "stage": "screening",
21
+ "early_stop_reason": null
22
+ },
23
+ "all_experiments": [
24
+ {
25
+ "experiment_path": "/tmp/hf_tuning_9rvir5qa/screening_exp_001_20250615_235423_lr5e-03_a0.5_d0.1",
26
+ "hyperparameters": {
27
+ "dropout_rate": 0.1,
28
+ "alpha": 0.5,
29
+ "smooth": 1.0,
30
+ "lr": 0.005,
31
+ "weight_decay": 0.01,
32
+ "batch_size_factor": 1.0
33
+ },
34
+ "best_dice_score": 0.499203125412074,
35
+ "best_epoch": 3,
36
+ "final_train_loss": 0.38834261916943424,
37
+ "final_valid_loss": 0.3699581747542999,
38
+ "final_valid_dice": 0.494449710917857,
39
+ "total_epochs": 5,
40
+ "stage": "screening",
41
+ "early_stop_reason": null
42
+ }
43
+ ],
44
+ "timestamp": "2025-06-16T01:07:12.534178"
45
  }