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 ca33686 commit 7c1d8e8
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 @@ -355,7 +355,7 @@ def forward(self, blocks, node_feats, edge_feats, labels, input_nodes=None):
Arguments
----------
blocks: list of DGL MFGs
Sampled subgraph in the list of DGL message flow graphs (MFGs) format. More
Sampled subgraphs in the list of DGL message flow graphs (MFGs) format. More
detailed information about DGL MFG can be found in `DGL Neighbor Sampling
Overview
<https://docs.dgl.ai/stochastic_training/neighbor_sampling_overview.html>`_.
Expand Down

0 comments on commit 7c1d8e8

Please sign in to comment.