File size: 1,526 Bytes
901e015
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "training_config": {
    "base_dir": null,
    "data_dir": "MP_ML/01_roboflow_data/Autosegmentation.yolov8_more/",
    "img_size": 128,
    "downsample_factor": 1.0,
    "num_channels": 1,
    "pixel_size_um": 0.65,
    "batch_size": 4,
    "lr": 0.0003,
    "epochs": 100,
    "patience": 20,
    "weight_decay": 0.01,
    "class_weights": "0.05,0.3,0.35,0.35,0.35,0.3,0.25,0.1",
    "model_type": "unet",
    "n_filts": 32,
    "t": 2,
    "k": 2,
    "augment": false,
    "norm": false,
    "keep": 0.05,
    "pruning_factor": 0.01,
    "use_gaussian_blend": true,
    "output_dir": "./results_size_binned_local_6_05threshold",
    "device": null,
    "num_workers": 0,
    "prefetch_factor": 2,
    "wandb_project": "ComputerVision2",
    "wandb_run_name": null,
    "wandb_mode": "online",
    "skip_report": false,
    "sweep_mode": false,
    "save_inspections": false,
    "inspection_sample_rate": 1,
    "resume_from": "results_size_binned_retrained_2/best_model.pt"
  },
  "training_summary": {
    "total_epochs": 0,
    "final_train_loss": null,
    "min_train_loss": null
  },
  "best_validation_metrics": {},
  "best_validation_weighted_ppc_breakdown": {
    "rows": [],
    "total_weight": 0.0,
    "weighted_ppc_mcc": null
  },
  "test_metrics": null,
  "test_weighted_ppc_breakdown": {
    "rows": [],
    "total_weight": 0.0,
    "weighted_ppc_mcc": null
  },
  "best_validation_image_metrics": [],
  "test_image_metrics": [],
  "training_history": {
    "train_losses": [],
    "val_metrics": []
  }
}