fix wrong num features number in readme
Browse files
README.md
CHANGED
|
@@ -85,7 +85,7 @@ class Args:
|
|
| 85 |
loss_fn = "sce"
|
| 86 |
alpha_l = 3
|
| 87 |
concat_hidden = True
|
| 88 |
-
num_features =
|
| 89 |
num_edge_features = 1
|
| 90 |
|
| 91 |
args = Args()
|
|
|
|
| 85 |
loss_fn = "sce"
|
| 86 |
alpha_l = 3
|
| 87 |
concat_hidden = True
|
| 88 |
+
num_features = 96
|
| 89 |
num_edge_features = 1
|
| 90 |
|
| 91 |
args = Args()
|