VatsalPatel18
commited on
Commit
•
d27aa15
1
Parent(s):
02ce117
Upload model
Browse files- config.json +6 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -3,6 +3,12 @@
|
|
3 |
"GATv2DecoderModel"
|
4 |
],
|
5 |
"edge_attr_channels": 128,
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"in_channels": 768,
|
7 |
"learning_rate": 0.01,
|
8 |
"model_type": "omics-graph-network",
|
|
|
3 |
"GATv2DecoderModel"
|
4 |
],
|
5 |
"edge_attr_channels": 128,
|
6 |
+
"edge_decoder_activations": [
|
7 |
+
"ReLU"
|
8 |
+
],
|
9 |
+
"edge_decoder_hidden_sizes": [
|
10 |
+
128
|
11 |
+
],
|
12 |
"in_channels": 768,
|
13 |
"learning_rate": 0.01,
|
14 |
"model_type": "omics-graph-network",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5de3ac707d57b521c516fc478d40fc13b597fb85b426951c018e6092683583a7
|
3 |
+
size 597195
|