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

[NN] nn modules & examples update #890

Merged
merged 34 commits into from
Nov 3, 2019
Merged

[NN] nn modules & examples update #890

merged 34 commits into from
Nov 3, 2019

Conversation

yzh119
Copy link
Member

@yzh119 yzh119 commented Sep 30, 2019

Description

This PR implements some nn modules in MXNet as we did in PyTorch.

Other updates:

  • fixed the memory consumption problem of GGNN mentioned in Memory consumption of the GGNN module #852 .
  • add MXNet examples of appnp, graphsage, sgc, monet, gin.
  • add PyTorch examples of chebnet & monet on MNIST.
  • minor changes with APIs.

Checklist

Please feel free to remove inapplicable items for your PR.

  • The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented
  • To the my best knowledge, examples are either not affected by this change,
    or have been fixed to be compatible with this change
  • Related issue is referred in this PR

Changes

@jermainewang jermainewang added this to the v0.4 milestone Sep 30, 2019
@jermainewang jermainewang modified the milestones: v0.4, v0.4.1 Oct 27, 2019
@jermainewang jermainewang mentioned this pull request Oct 28, 2019
32 tasks
@yzh119 yzh119 changed the title [NN] MXNet nn modules [NN] nn modules & examples update Nov 3, 2019
@jermainewang jermainewang merged commit 9a0511c into dmlc:master Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants