"examples/vscode:/vscode.git/clone" did not exist on "2eaefe2745bff1a898394f9f447c011bc50daedc"
[BACKEND] Add MXNet backend. (#77)
* support mxnet. * add mxnet version of GCN. * rename mxnet.nd as F. * add mxnet GAT. * enable GPU for GCN. * fix MXNet GCN train. * Use adam to optimize GAT * support more operators. * support sparse arrays. * update mxnet backend. * support index_copy. * remove NN. * update mxnet backend. * temp check in. * fix data conversion. * add test. * clean up mxnet backend. * update mxnet examples. * Revert "remove NN." This reverts commit d815d9a0ec619f9ce9099c48cd35db9d8e947483. * temp disable MXNet version of NN.
Showing
examples/mxnet/gcn/README.md
0 → 100644
python/dgl/backend/mxnet.py
0 → 100644
tests/mxnet/test_basics.py
0 → 100644
Please register or sign in to comment