1. 01 Sep, 2022 1 commit
  2. 25 Jan, 2022 1 commit
  3. 28 Aug, 2021 1 commit
  4. 04 Jun, 2021 1 commit
  5. 23 Aug, 2019 1 commit
    • Minjie Wang's avatar
      [NN] RGCN modules (#744) · 708765f0
      Minjie Wang authored
      * rgcn module
      
      * support id input
      
      * WIP: model codes
      
      * use faster index select
      
      * dropout
      
      * self loop
      
      * WIP: link prediction
      
      * fix lint
      
      * WIP: docs
      
      * docstring
      
      * docstring
      
      * merge two child classes
      
      * mxnet rgcn module
      
      * fix lint
      
      * fix lint
      
      * fix rename bug
      
      * add uniform edge sampler
      
      * fix fn name
      
      * docstring
      
      * fix mxnet rgcn module
      
      * fix mx rgcn
      
      * enable test on cuda
      708765f0
  6. 04 Jan, 2019 1 commit
  7. 12 Dec, 2018 1 commit
    • Lingfan Yu's avatar
      [Doc] Fix document building for multiple tensor backends (#301) · 0cbe521b
      Lingfan Yu authored
      * remove loading backend in sse
      
      * build mxnet in a second run
      
      * a third run to fix everything
      
      * fix docstring in sampler
      
      * fix docstring in transformer
      
      * README for doc build
      
      * some reordering and printing
      
      * use filename_pattern instead of ignore_pattern to reduce warning at the cost of redundant work...
      
      * add env var to use mxnet in Jenkinsfile
      
      * remove step 3, it's already fixed by previous commit
      0cbe521b
  8. 23 Oct, 2018 1 commit
    • Minjie Wang's avatar
      [DOC] API tutorials (#96) · 20469802
      Minjie Wang authored
      * setup sphinx-gallery; work on graph tutorial
      
      * draft dglgraph tutorial
      
      * update readme to include document url
      
      * rm obsolete file
      
      * Draft the message passing tutorial
      20469802
  9. 22 Oct, 2018 1 commit