Skip to content

Maximum number of neighbours in the imdb tutorial #4

@JanSellner

Description

@JanSellner

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 documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions