Skip to content
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 notebook tutorial for torch_geometric.nn.aggr package #4927

Merged
merged 4 commits into from
Jul 7, 2022

Conversation

lightaime
Copy link
Contributor

@lightaime lightaime commented Jul 6, 2022

This pull request adds the link to the notebook tutorial on the torch_geometric.nn.aggr package to the documentation Colab page.

@lightaime lightaime marked this pull request as ready for review July 6, 2022 20:41
@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #4927 (74179b3) into master (ee582f2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4927   +/-   ##
=======================================
  Coverage   82.70%   82.70%           
=======================================
  Files         330      330           
  Lines       17850    17850           
=======================================
  Hits        14763    14763           
  Misses       3087     3087           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee582f2...74179b3. Read the comment docs.

Copy link
Member

@rusty1s rusty1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing!

docs/source/notes/colabs.rst Outdated Show resolved Hide resolved
@lightaime lightaime merged commit 02a7026 into master Jul 7, 2022
@lightaime lightaime deleted the aggr_tutorial_doc branch July 7, 2022 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an ipython notebook tutorial to introduce the new torch_geometric.nn.aggr package
2 participants