VatsalPatel18
commited on
Upload model
Browse files- config.json +6 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -3,6 +3,12 @@
|
|
3 |
"GATv2EncoderModel"
|
4 |
],
|
5 |
"edge_attr_channels": 128,
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"in_channels": 768,
|
7 |
"learning_rate": 0.01,
|
8 |
"model_type": "omics-graph-network",
|
|
|
3 |
"GATv2EncoderModel"
|
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 856457
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c7bab13de71d31e760d91c9862abb9e4c3fc2be38cfd39a05c09bb26180fa3e
|
3 |
size 856457
|