Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
" nodes, _, receivers, senders, _, _, _ = graph\n",
"\n",
" # 1. Update node features\n",
" # For simplicity, we will first use an identify function here, and replace it\n",
" # For simplicity, we will first use an identity function here, and replace it\n",
" # with a trainable MLP block later.\n",
" update_node_fn = lambda nodes: nodes\n",
" nodes = update_node_fn(nodes)\n",
Expand Down