File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 19
19
},
20
20
"2D" :{
21
21
"hidden_channels" : 128
22
+ },
23
+ "2D_GCN" :{
24
+ "hidden_channels" : 128
22
25
}
23
26
},
24
27
"rna_prot" : {
30
33
"hidden_channels" : 64 ,
31
34
"dropout_rate" : 0.2
32
35
},
36
+ "2D_GCN" :{
37
+ "hidden_channels" : 64 ,
38
+ "dropout_rate" : 0.2
39
+ },
33
40
},
34
41
"rna_site" : {
35
42
"2.5D" :{
38
45
"2D" :{
39
46
"hidden_channels" :128
40
47
},
48
+ "2D_GCN" :{
49
+ "hidden_channels" : 128
50
+ }
41
51
},
42
52
}
43
53
52
62
"2D" :{
53
63
"epochs" : 40 ,
54
64
"batch_size" : 8 ,
55
- "learning_rate" : 0.001
65
+ "learning_rate" : 0.0001
56
66
}
57
67
},
58
68
"rna_prot" : {
66
76
"batch_size" : 8 ,
67
77
"learning_rate" : 0.01
68
78
},
79
+ "2D_GCN" :{
80
+ "epochs" : 40 ,
81
+ "batch_size" : 8 ,
82
+ "learning_rate" : 0.01
83
+ },
69
84
}, # 0.01 (original)
70
85
"rna_site" : {
71
86
"2.5D" :{
77
92
"batch_size" : 8 ,
78
93
"epochs" : 40 ,
79
94
"learning_rate" : 0.0001
95
+ },
96
+ "2D_GCN" :{
97
+ "batch_size" : 8 ,
98
+ "epochs" : 40 ,
99
+ "learning_rate" : 0.0001
80
100
}
81
101
},
82
102
}
You can’t perform that action at this time.
0 commit comments