"vscode:/vscode.git/clone" did not exist on "af47413dbab0bad3e9985cd9978cd9235851bfed"
  • Da Zheng's avatar
    [BACKEND] Add MXNet backend. (#77) · 5567f4a4
    Da Zheng authored
    * 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.
    5567f4a4
test_basics.py 7.85 KB