- 13 Sep, 2021 3 commits
-
-
esang authored
* publish pct * add train_cls * add readme * update opt for point transformer * update the example index * update for comments Co-authored-by:Tong He <hetong007@gmail.com>
-
Quan (Andy) Gan authored
-
skepsun authored
* Update model.py fix typo * Update main.py fix autoscale * Update README.md Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 11 Sep, 2021 2 commits
-
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal>
-
Da Zheng authored
* update. * update. * fix. Co-authored-by:Zheng <dzzhen@88665a0acb11.ant.amazon.com>
-
- 10 Sep, 2021 1 commit
-
-
esang authored
* fix start_idx * fix the bug when cuda > 0 Co-authored-by:Tong He <hetong007@gmail.com>
-
- 09 Sep, 2021 1 commit
-
-
Israt Nisa authored
* rgcn with new heterograph API * apply_edge() forward for multi relation * undoing changes from rgcn-hetero * backward apply_edge(copy_u) added * unittest for apply_edge(copy_e) * Compatible with new PRs * resolving conflict with master * Bringing back change after resolving conflict * minor * minor Co-authored-by:Israt Nisa <nisisrat@amazon.com>
-
- 08 Sep, 2021 1 commit
-
-
Rhett Ying authored
-
- 07 Sep, 2021 1 commit
-
-
Israt Nisa authored
* Added binary builtinMsgFunc forward() for heterograph * Added backward for u_op_v * Supports all binary builtin forward * Supports binary message funcs with reduce func sum * lint check * removed import torch from unittest * enabled GPU test * lint check * Fixed docstrings * rename func get_hs_id * edited comment Co-authored-by:Israt Nisa <nisisrat@amazon.com>
-
- 06 Sep, 2021 2 commits
-
-
Jinjing Zhou authored
* remove * remove * fix * remove * remove
-
Quan (Andy) Gan authored
-
- 02 Sep, 2021 2 commits
-
-
Tomasz Patejko authored
* [CPU, Parallel] Rewriting omp pragmas with parallel_for * [CPU, Parallel] Decrease number of calls to task function * c[CPU, Parallel] Modify calls to new interface of parallel_for
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal>
-
- 01 Sep, 2021 2 commits
-
-
Rhett Ying authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
xiang song(charlie.song) authored
[Feature] Add a HINT for the per edge type sampler of heterogeneous DistGraph that highlighting the etypes are sorted already. (#3260) * pass cpp test * distgraph use sorted edge flag. * lint * triger * update test Co-authored-by:Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal>
-
- 31 Aug, 2021 2 commits
-
-
nv-dlasalle authored
* Optimize sampling * Stop initialization of array * Fix includes for linting * Move comment * Fix replace Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
nv-dlasalle authored
* Make column double indices lazy * Copy indices to proper contexts * Fix initialization * Add unit test * Fix unit test for tensorflow * Remove unused member Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 30 Aug, 2021 1 commit
-
-
Mufei Li authored
* Update README.md * Update README.md
-
- 29 Aug, 2021 1 commit
-
-
Da Zheng authored
* handle empty frontiers. * fix lint. * fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-2-202.us-west-1.compute.internal> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 28 Aug, 2021 1 commit
-
-
NiklasBeierl authored
* Doc: HetGConv note for `edge_type_subgraph` For the rational behind this note see the discussion in #3003. * WIP: Requirements for building the docs. Had to install all these packages to get further with building the docs. Didn't successfully build them yet, tho. * Test * Update * Update hetero.py * Update hetero.py Co-authored-by:
Ubuntu <ubuntu@ip-172-31-13-32.us-west-2.compute.internal> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 27 Aug, 2021 1 commit
-
-
esang authored
* some modifications for pointnet2 * temporarily save changes * move files to new directory point_transformer * implement point transformer for classification * restore train_cls in pointnet * implement point transformer for partseg * fix point transformer for nan loss * modify point transformer for cls * modify training setting * update transformer for cls * update code * update code for latest performance * update the example index * some minor changes Co-authored-by:Tong He <hetong007@gmail.com>
-
- 26 Aug, 2021 1 commit
-
-
Konstantinos Vandikas authored
* allow for configuring default_dir * allow for using DGLDEFAULTDIR environment variable * Update env_var.rst Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 25 Aug, 2021 2 commits
-
-
Rhett Ying authored
* [Doc] fix formula in RelGraphConv * refine descriptions
-
kalinin-sanja authored
There is some misleading text. Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 24 Aug, 2021 1 commit
-
-
Quan (Andy) Gan authored
-
- 23 Aug, 2021 1 commit
-
-
Quan (Andy) Gan authored
-
- 21 Aug, 2021 2 commits
-
-
Rhett Ying authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 20 Aug, 2021 3 commits
-
-
Peiqi Yin authored
* Update model.py * Update README.md Co-authored-by:Zihao Ye <expye@outlook.com>
-
nv-dlasalle authored
* Implement range based NDArrayPartition * Finish implement range based partition support * Add unit test * Fix whitepace * Add Kernel suffix * Fix argument passing * Add doxygen docs and improve variable naming * Add unit test * Add function for converting a partition book * Add example to partition_op docs * Fix dtype conversion for mxnet and tensorflow
-
Chen Kai authored
Co-authored-by:Zihao Ye <expye@outlook.com>
-
- 19 Aug, 2021 3 commits
-
-
nv-dlasalle authored
* Update filter code * Add unit tests * Fixes * Switch to indices * Rename functions * Fix linting * Fix whitespace * Add doc * Fix heterograph * Change workspace allocation * Fix linting * Fix docs in filter.py * Add todo Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
nv-dlasalle authored
[bugfix] Link against pytorch library by name rather than path (attempting to fix linking issue). (#3246) * Use library name * fix for mac builds from source Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
maqy authored
* add evolveGCN example * small fix * fix defect * fix defect Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 18 Aug, 2021 1 commit
-
-
Quan (Andy) Gan authored
-
- 17 Aug, 2021 3 commits
-
-
David Min authored
* Add pytorch-direct version * remove * add documentation for UnifiedTensor * Revert "add documentation for UnifiedTensor" This reverts commit 63ba42644d4aba197c1cb4ea4b85fa1bc43b8849. * alignment fix for UnifiedTensor access * fix linting issue Co-authored-by:
shhssdm <shhssdm@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
Zihao Ye authored
* upd * fix * upd
-
Eric Kim authored
[Tools] In `tools/launch.py`, correctly pass all DGL client/server env vars if udf is a multi-command (#3245) * Correctly pass all DGL client/server env vars if udf is a multi-command * Refactor to use wrap_cmd_with_local_envvars() helper fn
-
- 16 Aug, 2021 2 commits
-
-
Jinjing Zhou authored
-
Peiqi Yin authored
-