-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
There is an inconsistency regarding the maximum number of neighbours to use in the tutorial. In the Augment training data with graph neighbors section, a maximum of 1 neighbour is mentioned. However, in the following run of the pack_nbrs tool the parameter --max_nbrs=3 is used. The HParams object later specifies self.num_neighbors = 2.
If I had to guess, I would say it should be 2 neighbours everywhere. Please note that this also changes the output of the pack_nbrs tool.
Thanks for sharing this library!
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation