IBM / EvolveGCN

Code for EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Apache License 2.0
508 stars 164 forks source link

Build prepare node features #7

Open mdanb opened 4 years ago

mdanb commented 4 years ago

In the code for build_prepare_node_features in node_cls_tasker.py, the code says else: def prepare_node_feats(node_feats): return node_feats[0] #I'll have to check this up

So what exactly should be returned?