"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "cecf83141e3813ad7e268521e6a95efce61cb146"
  1. 19 Jun, 2019 1 commit
  2. 14 Jun, 2019 1 commit
  3. 11 Jun, 2019 2 commits
  4. 10 Jun, 2019 2 commits
  5. 08 Jun, 2019 2 commits
    • HQ's avatar
      [Enhancement] Add DGLGraph.to for PyTorch and MXNet backend (#600) · 993fd3f9
      HQ authored
      * add graph_to
      
      * use backend copy_to
      
      * add test
      
      * fix test
      
      * framework agnostic to() test
      
      * disable pylint complaint
      
      * add examples
      
      * fix docstring
      
      * formatting
      
      * Format
      
      * Update test_to_device.py
      993fd3f9
    • Zihao Ye's avatar
      [Feature] Remove nodes/edges. (#599) · baa16231
      Zihao Ye authored
      * upd
      
      * upd
      
      * reformat
      
      * upd
      
      * upd
      
      * add test
      
      * fix arange
      
      * fix slight bug
      
      * upd
      
      * trigger
      
      * upd docs
      
      * upd
      
      * upd
      
      * upd
      
      * change subgraph to be raw data wrapper
      
      * upd
      
      * fix test
      baa16231
  6. 08 May, 2019 1 commit
  7. 17 Apr, 2019 1 commit
    • kitaev-chen's avatar
      [Model] Add GIN Model (#471) · a3febc06
      kitaev-chen authored
      * add gin model
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      python code checked
      
      * modified document and reference TUDataset; checked python part and bypass cpp part due to error
      
      * change tensor to numpy in dataset and transform in collate@Dataloader
      
      * Change minor format issue
      
      Change minor format issue
      
      * moved logging; adjusted tqdm etc
      a3febc06
  8. 10 Apr, 2019 1 commit
    • VoVAllen's avatar
      [Dataset] Add TUDataset (#473) · 00fc680a
      VoVAllen authored
      * add graph classification dataset
      
      * add node label
      
      * add TUDataset
      
      * Modify to consistent with Qi Huang's implementation
      
      * add docs
      
      * Add docs
      
      * Fix change of environment variable
      
      * Update tu.py
      
      * Update tu.py
      
      * Fix error when add node with np.int64
      00fc680a
  9. 01 Apr, 2019 1 commit
  10. 13 Mar, 2019 1 commit
  11. 05 Mar, 2019 1 commit
    • Minjie Wang's avatar
      [Refactor] Nodeflow, sampling, CAPI (#430) · ca2a7e1c
      Minjie Wang authored
      * enable cython
      
      * add helper function and data structure for void_p vector return
      
      * move sampler from graph index to contrib.sampling
      
      * WIP
      
      * WIP
      
      * refactor layer sampling
      
      * pass tests
      
      * fix lint
      
      * fix graphsage
      
      * remove comments
      
      * pickle test
      
      * fix comments
      
      * update dev guide for cython build
      ca2a7e1c
  12. 02 Mar, 2019 1 commit
  13. 01 Mar, 2019 1 commit
  14. 25 Feb, 2019 1 commit
    • Minjie Wang's avatar
      [WIP] [NN] Refactor NN package (#406) · 565f0c88
      Minjie Wang authored
      * refactor graph conv
      
      * docs & tests
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint script
      
      * fix lint
      
      * Update
      
      * Style fix
      
      * Fix style
      
      * Fix style
      
      * Fix gpu case
      
      * Fix for gpu case
      
      * Hotfix edgesoftmax docs
      
      * Handle repeated features
      
      * Add docstring
      
      * Set default arguments
      
      * Remove dropout from nn.conv
      
      * Fix
      
      * add util fn for renaming
      
      * revert gcn_spmv.py
      
      * mx folder
      
      * fix wierd bug
      
      * fix mx
      
      * fix lint
      565f0c88
  15. 20 Feb, 2019 1 commit
  16. 17 Feb, 2019 1 commit
    • Hao Zhang's avatar
      [Model]PPI dataloader and inductive learning script. (#395) · 788d8dd4
      Hao Zhang authored
      * Create ppi.py
      
      * Create train_ppi.py
      
      * Update train_ppi.py
      
      * Update train_ppi.py
      
      * Create gat.py
      
      * Update train.py
      
      * Update train_ppi.py
      
      * Update ppi.py
      
      * Update train_ppi.py
      
      * Update ppi.py
      
      * Update train_ppi.py
      
      * Update train_ppi.py
      
      * Update ppi.py
      
      * Update train_ppi.py
      
      * update docs and readme
      788d8dd4
  17. 14 Feb, 2019 1 commit
  18. 25 Jan, 2019 2 commits
  19. 12 Jan, 2019 1 commit
    • VoVAllen's avatar
      [Docs] Move file_pattern option from Makefile to conf.py (#352) · 19e1b140
      VoVAllen authored
      * add rtfd
      
      * rrr
      
      * update
      
      * change env
      
      * temp fix
      
      * update
      
      * fix
      
      * fix
      
      * add
      
      * conf
      
      * Move file_pattern from Makefile to conf.py
      
      * remove yml
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * remove yml
      
      * remove yml
      
      * add doc docker
      
      * add dgl install script
      
      * change name
      
      * change dockerfile
      
      * fix
      
      * name
      
      * add
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * add doc-build files
      
      * remove unnecessary import os
      19e1b140
  20. 10 Jan, 2019 1 commit
  21. 07 Jan, 2019 1 commit
  22. 06 Jan, 2019 1 commit
    • Quan (Andy) Gan's avatar
      [Test] Unify tests for different backends (#333) · e19cd62e
      Quan (Andy) Gan authored
      * test basics
      
      * batched graph & filter, mxnet filter fix
      
      * frame and function; bugfix
      
      * test graph adj and inc matrices
      
      * fixing start = 0 for mxnet
      
      * test index
      
      * inplace update & line graph
      
      * multi send recv
      
      * more tests
      
      * oops
      
      * more tests
      
      * removing old test files; readonly graphs for mxnet still kept
      
      * modifying test scripts
      
      * adding a placeholder for pytorch to reserve directory
      
      * torch 0.4.1 compat fixes
      
      * moving backend out of compute to avoid nose detection
      
      * tests guide
      
      * mx sparse-to-dense/sparse-to-numpy is buggy
      
      * oops
      
      * contribution guide for unit tests
      
      * printing incmat
      
      * printing dlpack
      
      * small push
      
      * typo
      
      * fixing duplicate entries that causes undefined behavior
      
      * move equal comparison to backend
      e19cd62e
  23. 04 Jan, 2019 3 commits
    • Minjie Wang's avatar
      [Doc] small fix on the doc ref (#337) · 3edcaa1e
      Minjie Wang authored
      3edcaa1e
    • Minjie Wang's avatar
      [Doc] main doc page update and contribute guide (#336) · 6f9ae8d6
      Minjie Wang authored
      * reorg the doc mainpage
      
      * contribute guide
      6f9ae8d6
    • Mufei Li's avatar
      [Feature] Reversed Graph and Transform Module (#331) · 24bbdb74
      Mufei Li authored
      * reverse a graph
      
      * Reverse a graph
      
      * Fix
      
      * Revert "Fix"
      
      This reverts commit 1728826b4f3a083b76dfc0fdecd2bbf943a971b2.
      
      * Fix
      
      * Fix
      
      * Delete vcs.xml
      
      * Delete Project_Default.xml
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Remove outdated test
      
      * Reorg transform and update reverse (#2)
      
      * Reorg transform and update reverse
      
      * Fix doc and test
      
      * Update test
      
      * Resolve conflict
      
      * CI oriented fix
      
      * Remove outdated import
      
      * Fix import
      
      * Fix import
      
      * define __all__ for wildcard imports
      
      * Fix import
      
      * Address circular imports
      
      * Fix
      
      * Fix test case
      
      * Fix
      
      * Fix
      
      * Remove unused import
      
      * Fix
      
      * Fix
      
      * Fix
      24bbdb74
  24. 27 Dec, 2018 1 commit
  25. 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
  26. 11 Dec, 2018 1 commit
  27. 07 Dec, 2018 2 commits
    • Gan Quan's avatar
      [Release] 0.1.2: Require Windows 10 (#277) · 322bd713
      Gan Quan authored
      * 0.1.2 release
      
      * oops
      
      * more fixes on windows
      
      * [Bugfix] fix download dir (#275)
      
      * fix download dir
      
      * add doc for the env var
      
      * windows 7 -> 10
      
      * doc update
      322bd713
    • Gan Quan's avatar
      [Release] 0.1.2 updates (#276) · 37feb479
      Gan Quan authored
      * 0.1.2 release
      
      * oops
      
      * more fixes on windows
      
      * [Bugfix] fix download dir (#275)
      
      * fix download dir
      
      * add doc for the env var
      37feb479
  28. 06 Dec, 2018 2 commits
  29. 05 Dec, 2018 4 commits
    • Lingfan Yu's avatar
      [Refactor] Rename before release (#261) · a1d50f0f
      Lingfan Yu authored
      * include/dgl/runtime
      
      * include
      
      * src/runtime
      
      * src/graph
      
      * src/scheduler
      
      * src
      
      * clean up CMakeLists
      
      * further clean up in cmake
      
      * install commands
      
      * python/dgl/_ffi/_cython
      
      * python/dgl/_ffi/_ctypes
      
      * python/dgl/_ffi
      
      * python/dgl
      
      * some fix
      
      * copy right
      a1d50f0f
    • Da Zheng's avatar
      [Doc] minor fix in overview (#256) · aabba9d4
      Da Zheng authored
      aabba9d4
    • VoVAllen's avatar
      [Tutorial] Add sse tutorial & MXNet Tutorial CI (#252) · cd907cdd
      VoVAllen authored
      * add sse tutorial
      
      * add mxnet tutorial ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * Fix ci
      
      * Fix ci
      
      * Fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * Fix CI
      
      Fix CI image
      
      * permission fix
      
      * fix a bug in the code.
      
      * small fix
      
      * fix doc
      
      * fix ci
      
      * shorten the iters
      
      * fix
      
      * remove extra file
      
      * add load_backend api to dynamically switch to another backend
      
      * try fix
      
      * fix tutorial
      
      * fix tutorial
      
      * fix bug in tutorial
      cd907cdd
    • VoVAllen's avatar
      Fix windows line seprator problems (#248) · 71fa26ac
      VoVAllen authored
      71fa26ac