-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add torch_geometric.sampler
package to docs
#5563
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5563 +/- ##
=======================================
Coverage 83.68% 83.69%
=======================================
Files 346 346
Lines 19000 18998 -2
=======================================
- Hits 15901 15900 -1
+ Misses 3099 3098 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
torch_geometric.sampler
package to docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* add sampler modules * add sampler.rst * add classes for docs * update changelog * update changelog * update Co-authored-by: rusty1s <[email protected]>
This PR adds the code in torch_geometric/sampler to the docs.
The section should be added, as the NodeLoader class takes a BaseSampler object in its input but that object is currently not documented in the documentation. This also fixes the currently black link in the NodeLoader documentation.