"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "b95cbdf6fc7115c40d8cde803423882a4345236d"
Unverified Commit 7273a166 authored by ZZy979's avatar ZZy979 Committed by GitHub
Browse files

[Doc] Fix docstring of MultiLayerNeighborSampler (#3579)



Make the default value of parameter replace in docstring consistent with code
Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
parent 5f4c8793
...@@ -71,7 +71,7 @@ class MultiLayerNeighborSampler(NeighborSamplingMixin, BlockSampler): ...@@ -71,7 +71,7 @@ class MultiLayerNeighborSampler(NeighborSamplingMixin, BlockSampler):
If -1 is provided for one edge type on one layer, then all inbound edges If -1 is provided for one edge type on one layer, then all inbound edges
of that edge type will be included. of that edge type will be included.
replace : bool, default True replace : bool, default False
Whether to sample with replacement Whether to sample with replacement
return_eids : bool, default False return_eids : bool, default False
Whether to return the edge IDs involved in message passing in the MFG. Whether to return the edge IDs involved in message passing in the MFG.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment