"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "78be400761007b346f6d600c14343752d6c5ef2e"
[API] Subgraph sampling API. (#138)
* add neighbor sampler. * fix sampler. * handle non-existing nodes differently in MapParentIdToSubgraphId. * fix sampling tests. * parallelize sampling. * add more tests. * fix a bug in subgraph loader. * get number of sampled nodes directly. * load mxnet CSR to DGLGraph directly. * create graph from mxnet csr array directly. * use subgraph loader in SSE. * fix a bug in sampling. * output framework tensor. * fix. * remove unnecessary code. * fix tests. * add SSE README. * move to contrib. * address comments. * add tests.
Showing
examples/mxnet/sse/README.md
0 → 100644
tests/mxnet/test_sampler.py
0 → 100644
Please register or sign in to comment