"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "c74e580f92c11419a9a3c02fd2d0e301e3347597"
- 07 Jan, 2019 1 commit
-
-
Minjie Wang authored
-
- 06 Jan, 2019 1 commit
-
-
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
-
- 04 Jan, 2019 3 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
* reorg the doc mainpage * contribute guide
-
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
-
- 01 Jan, 2019 1 commit
-
-
Minjie Wang authored
* fix lint for graph_index.py * pylint for base.py * pylint for batched_graph.py * pylint for frame.py; simplify and fix bugs in frame when index is slice type * pylint for graph.py * pylint for immutable_graph_index.py * pylint for init.py * pylint for rest files in root package * pylint for _ffi package * pylint for function package * pylint for runtime package * pylint for runtime.ir package * add pylint to ci * fix mx tests * fix lint errors * fix ci * fix as requested * fix lint
-
- 27 Dec, 2018 2 commits
-
-
Sheng Zha authored
* TreeLSTM MXNet example * hybridize * add glove download * usability * Update README.md
-
Aston Zhang authored
-
- 26 Dec, 2018 2 commits
-
-
Aston Zhang authored
* provide supplementary resources We encourage DL beginners to check out DGL project by providing links on both English and Chinese README :) https://github.com/diveintodeeplearning/d2l-zh/blob/master/README.md https://github.com/diveintodeeplearning/d2l-en/blob/master/README.md * Update README.md
-
Aston Zhang authored
-
- 24 Dec, 2018 2 commits
-
-
Lingfan Yu authored
* fix bug: frame append should check itself * more test case * fix multi-send-recv bug * remv msg graph and clean up * test cases * more test case * fix for batchedgraph * fix bugs: converting from a graph with edges * fix * add more operators to utils.Index * clear frame executor * change message indicator to a graph level index * fix test cases * guard the case that mxnet does not support concat zero shape tensor * fix bug: avoid convert full slice to numpy * test multi-send-recv after conversion * fix as request (partially) * add dtype, ctx to full_1d * add slice data to utils.Index * fix * more doc string * fix as requested
-
Hao Zhang authored
* mxgat * pygat * Update gat_batch.py * add train * Update gat_batch.py * Update gat.py * Update gat_batch.py
-
- 22 Dec, 2018 1 commit
-
-
Quan (Andy) Gan authored
* Jenkins build & test on Windows * oops * still running nohup on Windows slaves * ooops again * squishing vcvars and cmake * another try * reverting back * --user * switching to msbuild * made the graph size in cache testing bigger * put commands into script files * oooops
-
- 17 Dec, 2018 7 commits
-
-
Da Zheng authored
* update GNN tutorial. * Update README.txt
-
Hao Zhang authored
* readme * Update and rename README to README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
-
Da Zheng authored
* fix gat. * fix context.
-
Da Zheng authored
* fix SSE. * fix. * fix.
-
Minjie Wang authored
* WIP * temp fix mx traversal memory crash bug
-
Minjie Wang authored
-
Minjie Wang authored
* add cache to adj and incmat * Fix bug in cached adj/inc * mx gcn spmv runnable; acc debugging... * fix bug in mx gcn that loss is not correctly calculated * fix mx utest * fix as requested * use raw parameter tensors rather than dense layer * fix dropout * Add numbers in readme
-
- 16 Dec, 2018 3 commits
-
-
Ziyue Huang authored
* mxnet gcn spmv * update readme * fix gcn * pytorch gcn * update readme
-
Haibin Lin authored
-
Haibin Lin authored
-
- 13 Dec, 2018 1 commit
-
-
Minjie Wang authored
* add links in readme * fix * fix
-
- 12 Dec, 2018 1 commit
-
-
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
-
- 11 Dec, 2018 5 commits
-
-
Minjie Wang authored
* update version; add news.md; modify contributing.md * change urls to dmlc
-
Lingfan Yu authored
* fix mxnet link * fix issue link
-
Haibin Lin authored
* Update index.rst * Update index.rst
-
Da Zheng authored
-
Minjie Wang 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 * [Bugfix] Fix conversion from networkx (#286) * fix from_nx when no edge id available * add test cases * more detailed tests * more comments * [Bugfix] Switch to sparse_coo_matrix for torch 1.0+ (#282) * switch to sparse_coo_matrix for torch 1.0+ * fix bug when the version is 0.4.1.post2 * change to distutils
-
- 10 Dec, 2018 1 commit
-
-
Zihao Ye authored
* upd tutorial * upd tutorial
-
- 07 Dec, 2018 6 commits
-
-
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
-
Zihao Ye authored
* change the signature of node/edge filter * upd filter * Support multi-dimension node feature in SPMV * push transformer * remove some experimental settings * stable version * hotfix * upd tutorial * upd README * merge * remove redundency * remove tqdm * several changes * Refactor * Refactor * tutorial train * fixed a bug * fixed perf issue * upd * change dir * move un-related to contrib * tutuorial code * remove redundency * upd * upd * upd * upd * improve viz * universal done * halt norm * fixed a bug * add draw graph * fixed several bugs * remove dependency on core * upd format of README * trigger * trigger * upd viz * trigger * add transformer tutorial * fix tutorial * fix readme * small fix on tutorials * url fix in readme * fixed func link * upd
-
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
-
Minjie Wang authored
* fix bug after moving batcher out of dgl.data * disable mx utest
-
Da Zheng authored
-
Da Zheng authored
* small fix in immutable graph index. * minor fix.
-
- 06 Dec, 2018 3 commits