Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Update pages/15_Graphs.py
Browse files- pages/15_Graphs.py +1 -1
pages/15_Graphs.py
CHANGED
@@ -23,7 +23,7 @@ def model_fn(graph_tensor_spec: tfgnn.GraphTensorSpec):
|
|
23 |
graph = mt_albis.MtAlbisGraphUpdate(
|
24 |
units=128,
|
25 |
message_dim=64,
|
26 |
-
receiver_tag=tfgnn.NODES, #
|
27 |
attention_type="none",
|
28 |
simple_conv_reduce_type="mean",
|
29 |
normalization_type="layer",
|
|
|
23 |
graph = mt_albis.MtAlbisGraphUpdate(
|
24 |
units=128,
|
25 |
message_dim=64,
|
26 |
+
receiver_tag=tfgnn.NODES, # Ensure it is correctly set to tfgnn.NODES
|
27 |
attention_type="none",
|
28 |
simple_conv_reduce_type="mean",
|
29 |
normalization_type="layer",
|