Skip to content

Commit

Permalink
Update examples/network_traffic_prediction/nr_models.py
Browse files Browse the repository at this point in the history
Co-authored-by: xiang song(charlie.song) <[email protected]>
  • Loading branch information
zhjwy9343 and classicsong authored Dec 13, 2024
1 parent 9681c21 commit 1876b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/network_traffic_prediction/nr_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def combine_st_ts_feats(types, st_feats, ts_feats):
Both features should be in a dict or a list of dict format, and have the same length.
The feature dict is like: {ntype1: tensor, ntype2: tensor, ...} or
[{type1: tensor, type2: tensor, ...}, {type1: tensor, type2: tensor, ...}], which is
[{etype1: tensor, etype2: tensor, ...}, {etype1: tensor, etype2: tensor, ...}], which is
for edge features in multiple layers.
The major issue is that not all types have the two types of features. So, we
Expand Down

0 comments on commit 1876b2b

Please sign in to comment.