nn.rst 666 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. currentmodule:: dgl

NN Modules
===============

A set of high-level pre-defined modules are provided to build graph neural networks.


.. toctree::
   :glob:
   :caption: NN Modules
 
   ../api/python/nn


Contribution Guide
~~~~~~~~~~~~~~~~~~~~~

We welcome your contribution! If you want a model to be implemented in DGL as a NN module,
please `create an issue <https://github.com/dmlc/dgl/issues>`_ started with "[Feature Request] NN Module XXXModel".

If you want to contribute a NN module, please `create a pull request <https://github.com/dmlc/dgl/pulls>`_ started
with "[NN] XXXModel in MXNet/PyTorch NN Modules" and our team member would review this PR.