- 11 Aug, 2021 1 commit
-
-
JOHNW02 authored
* Create EEG-GCNN example. * Update README.md * Remove gitignore file. * Update README.md * change 'datas' to 'datasets'. * Change train.py to main.py * Added an entry in the indexing page. * State "simplified version"; change how to run. * Fix bug in contact * Remove paper link in reference. * Create working branch * Add normalization of x. * Update paper link and tags * Update paper link in readme * Update readme; add patient level indices * Update readme. Add comments to models * Update README.md * change to with; specify location for ch and el; move note * fix bug for note * Add args for models; clean code. * delete = in readme * Add reference for spec_coh_values
-
- 10 Aug, 2021 1 commit
-
-
https://github.com/dmlc/dgl/pull/3131xiang song(charlie.song) authored
* Fix bug * Fix * Fix * upd * trigger
-
- 08 Aug, 2021 1 commit
-
-
nv-dlasalle authored
* Only link tensordispatcher against pytorch * Only modify libraries when not using MSVC
-
- 06 Aug, 2021 3 commits
-
-
xiang song(charlie.song) authored
* Fix dist negative data loader bug * upd * Fix Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
nv-dlasalle authored
Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Mufei Li authored
-
- 05 Aug, 2021 1 commit
-
-
freeliuzc authored
* add count_nonzero function for DistTensor * change the load method of local data Co-authored-by:
liuzichang04 <liuzichang04@meituan.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
- 03 Aug, 2021 2 commits
-
-
Jinjing Zhou authored
-
Yuchen authored
* enable force_reload of FraudDataset * rewrite hash_key in FraudDataset
-
- 02 Aug, 2021 11 commits
-
-
Ankit Garg authored
* Added code for Rectifying (TypeError: unhashable type: 'slice') when copying file * 1) added distributed preprocessing code to create ParMetis Input from CSV files 2) add code to run pm_dglpart on multiple machines 3) added support for recreating heteregenous graph from homo geneous graph based on dropped edges, as ParMetis currently only supports homogeneous graphs * move to pandas * Added comments and remove drop_duplicates as it was redundant * Addressed Pr Comments * Rename variable * Added comment * Added comment * updated ReadMe Co-authored-by:
Ankit Garg <gaank@amazon.com> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
David Min authored
* Add pytorch-direct version * remove * add documentation for UnifiedTensor * Revert "add documentation for UnifiedTensor" This reverts commit 63ba42644d4aba197c1cb4ea4b85fa1bc43b8849. * add UnifiedTensor documentation * Update python/dgl/contrib/unified_tensor.py Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
shhssdm <shhssdm@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
nv-dlasalle authored
* Split out separate generators for each thread * Amortize cost of curand_init * Improve readability Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
Eric Kim authored
* Refactors torch dist launcher udf-wrap code to handle more python versions * minor changes
-
Quan (Andy) Gan authored
-
Tianjun Xiao authored
-
Quan (Andy) Gan authored
* Update randomwalks.py * Update randomwalks.py FIx lint Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
* Add pytorch direct to Awesome Papers Using DGL * update
-
nv-dlasalle authored
Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
David Min authored
* Add pytorch-direct version * remove * Add multi-gpu unified tensor test for pytorch * relocate verification step to each process * reduce number of workers * add parameter Co-authored-by:
shhssdm <shhssdm@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide * remove chapter numbers * Update data.rst * image in dataset userguide * update links using ref * modify the link of save_graphs and load_graphs in dataset user guide * move image to s3 server. * fix links and ref * Hide implementations that may cause confusions to the user * add papers * fix number of classes in Amazon Cobuy datasets * add two papers to Awesome paper list * Update README.md * add four papers * add two papers * Add awesome papers * Fix index in paper list * Add paper to paperlist * add two papers * add two papers * Update README.md Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 01 Aug, 2021 2 commits
-
-
Jinjing Zhou authored
Rewrite the multiprocessing worker pool
-
Mufei Li authored
-
- 30 Jul, 2021 5 commits
-
-
Eric Kim authored
-
Lu Lu authored
DGL_LOADALL=true is not used in the code anymore.
-
Kay Liu authored
* [model] add model example GeniePath * improvements based on feedback * improvements based on feedback Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Jinjing Zhou authored
-
KounianhuaDu authored
Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
zhjwy9343 <6593865@qq.com>
-
- 29 Jul, 2021 2 commits
-
-
Kay Liu authored
* [Model] add model example CARE-GNN * update README * improvements based on the review feedback * fix missing item() Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Rhett Ying authored
-
- 28 Jul, 2021 5 commits
-
-
Jinjing Zhou authored
* fix * fix type Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Da Zheng authored
* make heterogeneous find_edges * add distributed EdgeDataLoader. * fix. * fix a bug. * fix bugs. * add tests on distributed heterogeneous graph sampling. * fix. Co-authored-by:Zheng <dzzhen@3c22fba32af5.ant.amazon.com>
-
Minjie Wang authored
-
Minjie Wang authored
-
xiang song(charlie.song) authored
* fix. * fix. * fix. * fix. * Fix test * Deprecate old DistEmbedding impl, use synchronized embedding impl * Basic imple of heterogeneous on homogenenous sampling * make pass * Pass C++ test * Add python test code * lint * lint * Add MultiLayerEtypeNeighborSampler * Add unitest for single machine dataloader * Add dist dataloader test for edge type sampler * Fix lint * fix * support for per etype sample * Fix some bug and enable distributed training with per edge sample * fix * Now distributed training works * turn off some mxnet * turn off mxnet for some dist test * fix * upd * upd according to the comments * Fix * Fix test and now distributed works. * upd * upd * Fix * Fix bug * remove dead code. * upd * Fix * upd * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
- 27 Jul, 2021 1 commit
-
-
Lu Lu authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 25 Jul, 2021 1 commit
-
-
Jingcheng Yu authored
Co-authored-by:
JingchengYu94 <jingchengyu94@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 24 Jul, 2021 2 commits
-
-
Kay Liu authored
* add model example GCN-based Anti-Spam * update example index * add usage info * improvements as per comments * fix image invisiable problem * add image file Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Tianjun Xiao authored
-
- 23 Jul, 2021 2 commits
-
-
Minjie Wang authored
New readme structure
-
Minjie Wang authored
-