Can any one tell me what is the default value of k number of hops in SAGEConv() layer?r

Hi there I have gone through the documentation Here
But there is not any mention of how many neighbour hops it is calculating.
As it is given in paper algorithm.

Also I am confused with hops and number of layers. In paper what is that K ?
number of hops or layer?

what is the difference between the two for me ::

For each layer every node is updated it embeddings, by aggregating k numbers of hops.

please help

Hi, @cody

The number of hops is equal to the number of layers in the model. The module here defines a single layer in the module.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.