- 24 May, 2019 2 commits
- 23 May, 2019 5 commits
-
-
Da Zheng authored
* add test. * fix compute. * fix test. * turn on test. * fix a bug. * add test. * fix. * disable test.
-
Da Zheng authored
* fix. * use inplace. * move to shared memory graph store. * fix. * add more unit tests. * fix. * fix test. * fix test. * disable test. * fix.
-
Chao Ma authored
* update * update * re-use single-machine code * update * use relative path * update * update * update * add __init__.py * add __init__.py * import sys, os * fix typo * update
-
Chao Ma authored
* update * update * update * update num_hops * fix bug * update * report numbers of distributed training in AMLC giant graph paper
-
Chao Ma authored
-
- 21 May, 2019 2 commits
-
-
Minjie Wang authored
* WIP * header * WIP .cc * WIP * transpose * wip * immutable graph .h and .cc * WIP: nodeflow.cc * compile * remove all tmp dl managed ctx; they caused refcount issue * one simple test * WIP: testing * test_graph * fix graph index * fix bug in sampler; pass pytorch utest * WIP on mxnet * fix lint * fix mxnet unittest w/ unfortunate workaround * fix msvc * fix lint * SliceRows and test_nodeflow * resolve reviews * resolve reviews * try fix win ci * try fix win ci * poke win ci again * poke * lazy multigraph flag; stackoverflow error * revert node subgraph test * lazy object * try fix win build * try fix win build * poke ci * fix build script * fix compile * add a todo * fix reviews * fix compile
-
Da Zheng authored
* add init_ndata and init_edata in DGLGraph. * adjust SharedMemoryGraph API. * print warning. * fix comment. * update example * fix. * fix examples. * add unit tests. * add comments.
-
- 20 May, 2019 3 commits
-
-
Da Zheng authored
* fix. * add comment. * remove. * temp fix. * initialize for shared memory. * fix graphsage. * fix gcn. * add more unit tests. * add more tests. * avoid creating shared-memory exclusively. * redefine remote initializer. * improve initializer. * fix unit test. * fix lint. * fix lint. * initialize data in the graph store server properly. * fix test. * fix test. * fix test. * small fix. * add comments. * cleanup server. * test graph store with a random port. * print. * print to stderr. * test1 * test2 * remove comment. * adjust the initializer signature.
-
VoVAllen authored
* Add batch and unbatch for immutable graph * fix line seprator * fix lintr * remove unnecessary include * fix code review
-
VoVAllen authored
* Fix inplace operation * fix line seprator
-
- 17 May, 2019 1 commit
-
-
zengxy authored
-
- 16 May, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 08 May, 2019 2 commits
- 07 May, 2019 1 commit
-
-
Da Zheng authored
* reorganize sampling code. * add multi-process training. * speed up gcn_cv * fix graphsage_cv. * add new API in graph store. * update barrier impl. * support both local and distributed training. * fix multiprocess train. * fix. * fix barrier. * add script for loading data. * multiprocessing sampling. * accel training. * replace pull with spmv for speedup. * nodeflow copy from parent with context. * enable GPU. * fix a bug in graph store. * enable multi-GPU training. * fix lint. * add comments. * rename to run_store_server.py * fix gcn_cv. * fix a minor bug in sampler. * handle error better in graph store. * improve graphsage_cv for distributed mode. * update README. * fix. * update.
-
- 28 Apr, 2019 1 commit
-
-
Ziyue Huang authored
-
- 26 Apr, 2019 2 commits
- 25 Apr, 2019 1 commit
-
-
Chao Ma authored
-
- 23 Apr, 2019 2 commits
-
-
Hao Zhang authored
* Update 9_gat.py * Update 1_gcn.py
-
Ziyue Huang authored
-
- 22 Apr, 2019 2 commits
- 18 Apr, 2019 1 commit
-
-
Aymen Waheb authored
* [Model] Add edge dropout to APPNP [Model] Add edge dropout to APPNP * [Model] Refactor the sampling examples (#498) * reorganize sampling code. * speedup gcn_ns. * speed up gcn_cv * fix graphsage_cv. * undo the modification. * accel training. * update readme. * [Model] Add edge dropout to APPNP [Model] Add edge dropout to APPNP update
-
- 17 Apr, 2019 3 commits
-
-
Da Zheng authored
* reorganize sampling code. * speedup gcn_ns. * speed up gcn_cv * fix graphsage_cv. * undo the modification. * accel training. * update readme.
-
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
-
Quan (Andy) Gan authored
-
- 16 Apr, 2019 2 commits
- 11 Apr, 2019 3 commits
-
-
Da Zheng authored
-
Quan (Andy) Gan authored
-
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 * Fix processing bug
-
- 10 Apr, 2019 2 commits
-
-
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
-
Hao Zhang authored
* Update gcn_mp.py * Update train.py * Update train.py * Update train.py * Update gat_batch.py * Update gat_batch.py * Update gcn_mp.py
-
- 09 Apr, 2019 1 commit
-
-
Aymen Waheb authored
* [Model] Add APPNP model * update * Revert "update" This reverts commit a8e42d19c8b421fb382305a8f04d7426e78ea53c. * update * Update appnp.py
-
- 08 Apr, 2019 1 commit
-
-
Da Zheng authored
* accelerate gcn_ns. * add timing. * run infer with whole graph. * distributed gcn_ns. * reconstruct gcn_ns. * minor fix. * change graphsage_cv for numa. * fix #OMP threads. * accelerate graphsage_cv. * fix a weird bug. * add profiler in graphsage_cv. * accelerate graphsage_cv. manually aggregate neighbors' embeddings with pull. * load csr directly in gcn_ns_sc. * parallel sort for graph index. * Revert "parallel sort for graph index." This reverts commit 86fe2c7117fe5e56b0d481b39849c258b166945b. * run gcn_ns_sc on GPUs. * acc gcn_cv_sc. * change gcn_cv for numa. * fix gcn_cv to use numa and gpu. * improve graphsage_cv to use numa and gpu. * improve gcn_ns. * improve graphsage_cv. * init shared memory graph store. * fix. * enable init ndata. * improve tests. * add bidirectional communication. * link to rt. * fix compilation error. * fix shared memory init. * use MessageQueue for inter-process communication. * reconstruct immutable graph csr. * fix gcn. * load csr to shared memory. * fix minor bugs. * add comments. * refactor SharedMemory. * fix bugs in ImmutableGraph. * create CSR graph from shared memory. * add more test for loading a csr graph. * terminate graph store properly. * allow initializing ndata in the graph store server. * use RPC for inter-process communication. * a script for loading a graph. * allow customizing port. * list all ndata and edata. * support dtype. * reorganize SharedMemoryGraphStore. * fix ndata shape. * reconstruct gcn_ns. * print info. * set omp in gcn_ns. * reset sampling examples. * fix lint. * fix lint. * reset gcn. * disable shared memory in windows. * fix. * fix. * reset changes. * revert nodeflow changes. * fix cmake. * fix test. * fix test. * fix test. * fix test. * add comments. * fix test. * move vector out. * fix lint. * fix lint. * move SharedMemory. * update cmake. * update comment. * fix comments. * Revert "update cmake." This reverts commit 592445e37077f70a6e3f2e5245f9a3d086b04f3b. * update cmake. * add comments. * rename. * change the comment. * fix a bug. * rename. * add comments. * add comments. * add init_edata. * rewrite memory alloc. * move vector to CSR. * fix. * init data. * Revert "init data." This reverts commit 2b217b9553911b7dd84a9f1d9b68430b5aa18e23. * init data. * init new columns correctly.
-
- 06 Apr, 2019 1 commit
-
-
Da Zheng authored
-
- 05 Apr, 2019 1 commit
-
-
Da Zheng authored
-