AmayaGS commited on
Commit
fad5e58
·
verified ·
1 Parent(s): 5558b0e

Upload 5 fold checkpoints for TCGA-BLCA (from pp_BLCA_20260216_135917)

Browse files
cohorts/TCGA-BLCA/checkpoints/best_fold_0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00e15472691f38be66011fc05930c29d20331cbd72ca0601b30ba13ef998526
3
+ size 5808682
cohorts/TCGA-BLCA/checkpoints/best_fold_1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8d914da0a761197011c3072e4d4051139218e483f293cfdd024497db307cd6
3
+ size 5808810
cohorts/TCGA-BLCA/checkpoints/best_fold_2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22bc7f65a2fc77d0fd38b61e6ba1349a227bd6fa2ab632730ee8fd5aeeffe793
3
+ size 5808938
cohorts/TCGA-BLCA/checkpoints/best_fold_3.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a913b5206cb7b9e37c7f6e64055155b64df4c9ba745a61cac945e0a7800b469b
3
+ size 5808746
cohorts/TCGA-BLCA/checkpoints/best_fold_4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac9aa8bdf2aab90dd4f1ae0a330b957d8c4629c3be06b4eadefd5d85375016d
3
+ size 5808746
cohorts/TCGA-BLCA/checkpoints/config.yaml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: TCGA-BLCA
2
+ paths:
3
+ output_dir: C:/Users/Amaya/Documents/PhD/ProtoPathway_results
4
+ processed_dir: C:/Users/Amaya/Documents/PhD/ProtoPathway_results/processed/TCGA-BLCA
5
+ code_dir: C:/Users/Amaya/Documents/PhD/ProtoPathway
6
+ input:
7
+ gene_expression: C:/Users/Amaya/Documents/PhD/ProtoPathway_results/processed/TCGA-BLCA/gene_expression.csv
8
+ bipartite_graph: C:/Users/Amaya/Documents/PhD/ProtoPathway_results/processed/TCGA-BLCA/bipartite_graph.pt
9
+ wsi_features_dir: C:/Users/Amaya/Documents/PhD/ProtoPathway_results/processed/TCGA-BLCA/wsi_features_per_patient
10
+ labels: C:/Users/Amaya/Documents/PhD/ProtoPathway_results/processed/TCGA-BLCA/labels.csv
11
+ splits: C:/Users/Amaya/Documents/PhD/ProtoPathway_results/processed/TCGA-BLCA/data_splits.pkl
12
+ output:
13
+ experiments_dir: C:/Users/Amaya/Documents/PhD/ProtoPathway_results/experiments/TCGA-BLCA
14
+ task: survival
15
+ survival:
16
+ num_bins: 4
17
+ time_col: survival_time
18
+ event_col: censorship
19
+ classification:
20
+ num_classes: 2
21
+ patient_id_col: case_id
22
+ model:
23
+ name: protopath
24
+ wsi_input_dim: 1536
25
+ branches:
26
+ gene: true
27
+ wsi: true
28
+ gene_encoder:
29
+ hidden_dim: 128
30
+ hidden_dims:
31
+ - 128
32
+ - 128
33
+ num_layers: 3
34
+ dropout: 0.5
35
+ num_heads: 4
36
+ lr_gene: 0.0001
37
+ wsi_encoder:
38
+ hidden_dim: 128
39
+ num_prototypes: 16
40
+ tau: 0.1
41
+ dropout: 0.1
42
+ num_layers: 2
43
+ num_heads: 1
44
+ use_precomputed_centroids: true
45
+ lr_wsi: 0.0001
46
+ fusion:
47
+ type: cross_attention
48
+ hidden_dim: 128
49
+ num_heads: 4
50
+ dropout: 0.5
51
+ pibd:
52
+ gamma: 1
53
+ sigma: 0.1
54
+ num_patches: 4096
55
+ training:
56
+ debug_survival: false
57
+ learning_rate: 1.0e-05
58
+ weight_decay: 1.0e-05
59
+ l1_lambda: 0.0
60
+ batch_size: 1
61
+ num_workers: 0
62
+ max_epochs: 100
63
+ patience: 100
64
+ scheduler:
65
+ type: null
66
+ step_size: 10
67
+ gamma: 0.5
68
+ factor: 0.5
69
+ plateau_patience: 5
70
+ grad_clip: 0
71
+ nll_alpha: 0.0
72
+ monitor_metric: c_index
73
+ monitor_mode: max
74
+ cv:
75
+ enabled: true
76
+ experiment:
77
+ name: null
78
+ seed: 42
79
+ deterministic: true
80
+ logging:
81
+ log_every_n_steps: 10
82
+ save_predictions: true
83
+ checkpointing:
84
+ save_best_only: true
85
+ save_last: true
86
+ visualization:
87
+ enabled: false
88
+ save_attention_weights: false
89
+ save_prototype_assignments: false
90
+ device: cuda