"vscode:/vscode.git/clone" did not exist on "be99201a567c1ccd841dc16fb24e88f7f239c187"
- 19 Jul, 2022 1 commit
-
-
Chang Liu authored
* Fix node_classification.py * Minor update Co-authored-by:nv-dlasalle <63612878+nv-dlasalle@users.noreply.github.com>
-
- 14 Jul, 2022 1 commit
-
-
Chang Liu authored
-
- 13 Jul, 2022 1 commit
-
-
Chang Liu authored
* First update to fix two examples * Update to fix RGCN/graphsage example and dataloader * Update
-
- 08 Jul, 2022 2 commits
-
-
Xin Yao authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Chang Liu authored
* Fix arma example * Update Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 07 Jul, 2022 2 commits
-
-
Chang Liu authored
Co-authored-by:Xin Yao <xiny@nvidia.com>
-
Chang Liu authored
-
- 05 Jul, 2022 1 commit
-
-
Chang Liu authored
* Refactor GCN example * Refactor GCN based on graphsage * Readme update * Minor update * update * Remove user-defined GCN implementation * README update * Update * Update CONTRIBUTORS.md * update task_example_test Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 02 Jul, 2022 1 commit
-
-
Chang Liu authored
-
- 01 Jul, 2022 1 commit
-
-
Chang Liu authored
* minor update on golden example * update * update * Update README Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 30 Jun, 2022 2 commits
-
-
Chang Liu authored
* Regolden graphsage example to guide others * update golden * update * Update example and propagate to original folder * Update to remove ^M (windows DOS) character * update * Merge file changes and update README * Minor comment update Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
Chang Liu authored
Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 23 Jun, 2022 3 commits
-
-
Lucas Prieto authored
Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Xin Yao <xiny@nvidia.com>
-
Chang Liu authored
* Remove all torchtext legacy-related APIs * Remove unused BagOfWordsPretrained class, and fix some typos Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Xin Yao authored
* Explicitly unpin tensoradapter allocated arrays * Undo unrelated change * Add unit test * update unit test * add pinned_by_dgl flag to NDArray::Container * use dgl.ndarray for holding the pinning status * update multi-gpu uva inference * reinterpret cast NDArray::Container* to DLTensor* in MoveAsDLTensor * update unpin column and examples * add unit test for unpin column Co-authored-by:
Dominique LaSalle <dlasalle@nvidia.com> Co-authored-by:
nv-dlasalle <63612878+nv-dlasalle@users.noreply.github.com>
-
- 09 Jun, 2022 1 commit
-
-
Chang Liu authored
[Bugfix] Fix example case: examples/pytorch/ogb/ogbn-proteins and examples/pytorch/ogb/ogbn-products (#4080) * [Bugfix] Fix ogbn-gat-proteins/products examples * Remove unused BatchSampler definition * Remove comments to ease reading/reviewing * Remove dataloader wrapper
-
- 04 Jun, 2022 2 commits
-
-
Sai Kandregula authored
* typo fix in TUDataset docs * remove bias in Linear layer because of BatchNorm1d Co-authored-by:
decoherencer <decoherencer@users.noreply.github.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 03 Jun, 2022 1 commit
-
-
RecLusIve-F authored
* Add BGRL example * Update README.md * Update utils.py * Update * Update utils.py
-
- 02 Jun, 2022 1 commit
-
-
Chang Liu authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 27 May, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update dgl.data.rst * CI
-
- 26 May, 2022 1 commit
-
-
彭齐荣 authored
-
- 23 May, 2022 2 commits
-
-
Quan (Andy) Gan authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Mufei Li authored
* Update model.py * Update entity_classify_mb.py
-
- 20 May, 2022 2 commits
-
-
rudongyu authored
* add label propagation module * fix prev bug in example * add dgn * fix linting and doc issues * update label propagation & dgn * update label propagation & dgn * update example * fix unit test * fix agg heritage issue * fix agg issue * fix lint * fix idx * fix lp gpu issue * Update * Update Co-authored-by:mufeili <mufeili1996@gmail.com>
-
Hao Yuan authored
-
- 18 May, 2022 1 commit
-
-
Peiqi Yin authored
* fix hetero ogbn-mag full neighbor inference. * fix hetero Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 11 May, 2022 1 commit
-
-
Quan (Andy) Gan authored
* rename * Update node_classification.py * more fixes... Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 10 May, 2022 1 commit
-
-
Xinger authored
Co-authored-by:Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
- 29 Apr, 2022 1 commit
-
-
Hengrui Zhang authored
Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Zihao Ye <expye@outlook.com>
-
- 27 Apr, 2022 1 commit
-
-
Rhett Ying authored
* [Feature] enable socket net_type for rpc * fix lint * fix lint * fix build issue on windows * fix test failure on windows * fix test failure * fix cpp unit test failure * net_type blocking max_try_times * fix other comments * fix lint * fix comment * fix lint * fix cpp
-
- 25 Apr, 2022 1 commit
-
-
Sharique Shamim authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 22 Apr, 2022 1 commit
-
-
Quan (Andy) Gan authored
* fix * oops Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 14 Apr, 2022 1 commit
-
-
WangYQ authored
* add eges example * remove csv files and add data link * Update README.md * Update main.py * Update model.py * Update sampler.py * Update utils.py * Update model.py Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 13 Apr, 2022 2 commits
-
-
Tong He authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Mufei Li authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 12 Apr, 2022 3 commits
-
-
Quan (Andy) Gan authored
* enable UVA sampling with CPU indices * add docs * add more docs * lint * fix * fix * better error message * use mp.Barrier instead of queues * revert * revert * oops * revert dgl.multiprocessing.spawn * Update pytorch.py
-
Quan (Andy) Gan authored
* cleaned pl node classification example * conform to PL's method of updating the dataloader * update * lint * fix test * fix
-
Serge Panev authored
Signed-off-by:
Serge Panev <spanev@nvidia.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 09 Apr, 2022 1 commit
-
-
Mufei Li authored
* Update README.md * Update README.md * Update README.md Co-authored-by:Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-