Replies: 2 comments 16 replies
-
It depends on what your |
Beta Was this translation helpful? Give feedback.
-
In traffic prediction, if a traffic network is divided into several partitions in the training stage, each partition trains a model, and the verification set is also changed into corresponding partition according to the division in the training stage. Finally,In the verification phase,each partition has a prediction.So,should these predictions be combined or aggregated to obtain the predicted value of each node ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have data of Data type.How to do dataloader?
Data:
Data(x=[23974, 12, 207, 2], edge_index=[2, 1722], edge_attr=[1722], y=[23974, 12, 207, 2], num_nodes=207)
Beta Was this translation helpful? Give feedback.
All reactions