explcre commited on
Commit
6cdd874
·
verified ·
1 Parent(s): 04e6c2e

sync: runs/exp_oracle_ds_7cell_fdr_both_20260424_162210/metrics.json

Browse files
runs/exp_oracle_ds_7cell_fdr_both_20260424_162210/metrics.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_val_pearson_mean": 0.1355949491262436,
3
+ "val_mse": 59.055801866718205,
4
+ "val_pearson_mean": 0.1355949491262436,
5
+ "val_spearman_mean": 0.08559440821409225,
6
+ "val_pearson_per_cell": [
7
+ 0.3394030034542084,
8
+ 0.1322236955165863,
9
+ 0.11164816468954086,
10
+ 0.10045333206653595,
11
+ 0.15495778620243073,
12
+ 0.36347028613090515,
13
+ 0.01926720328629017,
14
+ 0.2678552269935608,
15
+ 0.050899576395750046,
16
+ -0.01665814407169819,
17
+ 0.03945587947964668,
18
+ 0.04797002300620079,
19
+ 0.28682589530944824,
20
+ 0.000557238410692662
21
+ ],
22
+ "val_spearman_per_cell": [
23
+ 0.2854522466659546,
24
+ 0.06827864050865173,
25
+ 0.0635073184967041,
26
+ 0.09397152811288834,
27
+ 0.11357171088457108,
28
+ 0.2165217101573944,
29
+ 0.006083909887820482,
30
+ 0.1677107810974121,
31
+ 0.02376486174762249,
32
+ -0.0042687105014920235,
33
+ 0.026965588331222534,
34
+ 0.023730767890810966,
35
+ 0.11234947293996811,
36
+ 0.0006817488465458155
37
+ ],
38
+ "config": {
39
+ "oracle": "deepstarr_7cell",
40
+ "cell_types": [
41
+ "Ex",
42
+ "In",
43
+ "OPC",
44
+ "Ast",
45
+ "Oli",
46
+ "Mic",
47
+ "End",
48
+ "Ex_corr",
49
+ "In_corr",
50
+ "OPC_corr",
51
+ "Ast_corr",
52
+ "Oli_corr",
53
+ "Mic_corr",
54
+ "End_corr"
55
+ ],
56
+ "input_length": 512,
57
+ "epochs": 30,
58
+ "batch_size": 128,
59
+ "learning_rate": 0.002,
60
+ "weight_decay": 0.0001,
61
+ "val_fraction": 0.1,
62
+ "seed": 1234,
63
+ "early_stop_patience": 10,
64
+ "output_dir": "/extra/zhanglab0/INDV/pengchx3/regureasoner_loop/runs/exp_oracle_ds_7cell_fdr_both_20260424_162210",
65
+ "device": "cuda",
66
+ "num_workers": 0,
67
+ "deepstarr_fc_dim": 256,
68
+ "deepstarr_conv_channels": [
69
+ 256,
70
+ 60,
71
+ 60,
72
+ 120
73
+ ],
74
+ "deepstarr_conv_kernels": [
75
+ 7,
76
+ 3,
77
+ 5,
78
+ 3
79
+ ],
80
+ "deepstarr_pool_kernels": [
81
+ 3,
82
+ 3,
83
+ 3,
84
+ 3
85
+ ],
86
+ "deepstarr_dropout": 0.4,
87
+ "enformer_backbone_name": "EleutherAI/enformer-official-rough",
88
+ "enformer_embed_dim": 3072,
89
+ "enformer_input_length": 196608,
90
+ "hyenadna_backbone_name": "LongSafari/hyenadna-tiny-1k-seqlen-hf",
91
+ "hyenadna_embed_dim": 128,
92
+ "hyenadna_input_length": 1000,
93
+ "hyenadna_dtype": "float32",
94
+ "sei_backbone_name": "FunSei",
95
+ "sei_embed_dim": 1024,
96
+ "sei_input_length": 4096
97
+ }
98
+ }