- 02 Sep, 2019 1 commit
-
-
ziqiaomeng authored
* Prepare for metapath sampler This file is just for reviewing metapath sampling algorithm (Python version). * Delete metapath_sampler * Prepare for metapath sampler This file is just for reviewing metapath sampling algorithm (Python code). * Add files via upload * Create metapath2vec.md * Add files via upload * Delete data_handler.py * Delete word2vec.py * Delete word_train.py * Add files via upload Metapath2vec implementations. Metapath2vec++ needs negative sampler optimization. * Delete shuffle_training.py * Delete test.py * Add files via upload * Delete sampler.py * Delete metapath_sampler.md * Add files via upload * Update and rename shuffle_training.py to metapath2vec.py * Update reading_data.py * Update metapath2vec.md * Update metapath2vec.md * Update metapath2vec.md * Update metapath2vec.md * Update metapath2vec.md * Create label 2 * Delete label 2 * Create testing.md * Add files via upload * Create sample.md * Add files via upload * Delete sampler.py * Add files via upload * Delete googlescholar.8area.author.label.txt * Delete googlescholar.8area.venue.label.txt * Delete testing.md * Delete id_author.txt * Delete id_conf.txt * Delete paper.txt * Delete paper_author.txt * Delete paper_conf.txt * Delete sample.md * Delete sampler.py * Add files via upload * Add files via upload * Add files via upload * Delete reading_data.py * Add files via upload * Add files via upload * Delete metapath2vec.py * Add files via upload * Rename shuffle_training.py to metapath2vec.py * Update metapath2vec.md * Delete reading_data.py * add comments and remov e commented codes
-
- 31 Aug, 2019 1 commit
-
-
Mufei Li authored
-
- 28 Aug, 2019 4 commits
-
-
Mufei Li authored
-
xiang song(charlie.song) authored
* upd * fig edgebatch edges * add test * trigger * Update README.md for pytorch PinSage example. Add noting that the PinSage model example under example/pytorch/recommendation only work with Python 3.6+ as its dataset loader depends on stanfordnlp package which work only with Python 3.6+. * Provid a frame agnostic API to test nn modules on both CPU and CUDA side. 1. make dgl.nn.xxx frame agnostic 2. make test.backend include dgl.nn modules 3. modify test_edge_softmax of test/mxnet/test_nn.py and test/pytorch/test_nn.py work on both CPU and GPU * Fix style * Delete unused code * Make agnostic test only related to tests/backend 1. clear all agnostic related code in dgl.nn 2. make test_graph_conv agnostic to cpu/gpu * Fix code style * fix * doc * Make all test code under tests.mxnet/pytorch.test_nn.py work on both CPU and GPU. * Fix syntex * Remove rand * Add TAGCN nn.module and example * Now tagcn can run on CPU. * Add unitest for TGConv * Fix style * For pubmed dataset, using --lr=0.005 can achieve better acc * Fix style * Fix some descriptions * trigger * Fix doc * Add nn.TGConv and example * Fix bug * Update data in mxnet.tagcn test acc. * Fix some comments and code * delete useless code * Fix namming * Fix bug * Fix bug * Add test code for mxnet TAGCov * Update some docs * Fix some code * Update docs dgl.nn.mxnet * Update weight init * Fix -
Quan (Andy) Gan authored
* initial commit * second commit * another commit * change docstring * migrating to dgl.nn * fixes * docs * lint * multiple fixes * doc * renaming nearest neighbor graph
-
Quan (Andy) Gan authored
* initial commit * second commit * another commit * change docstring * migrating to dgl.nn * fixes * docs * lint * multiple fixes * doc
-
- 27 Aug, 2019 6 commits
-
-
Mufei Li authored
* GAT * Fix mistake * Fix * hotfix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Update * Update * Update * Fix style * Hotfix * Hotfix * Hotfix * Fix * Fix * Update * CI trial * Update * Update * Update
-
VoVAllen authored
* jtnn model zoo * poke ci * fix line sep * fix * Fix import order * fix render * fix render * revert * fix * Resolve conflict * dix * remove create_var * refactor * fix * refactor * readme * format * fix lint * fix lint * pylint * lint * fix lint * fix lint * add hint * fix * Remove vocab * Add explanation for warning * add directory * Load model to cpu by default * Update
-
Mufei Li authored
* Make dataset framework agnostic * Update * Update * Fix * Remove unused import
-
Zihao Ye authored
* refactor * upd mpnn
-
Zihao Ye authored
* gat * upd * upd sage * upd * upd * upd * upd * upd * add gmmconv * upd ggnn * upd * upd * upd * upd * add citation examples * add README * fix cheb * improve doc * formula * upd * trigger * lint * lint * upd * add test for transform * add test * check * upd * improve doc * shape check * upd * densechebconv, currently not correct (?) * fix cheb * fix * upd * upd sgc-reddit * upd * trigger
-
Mufei Li authored
-
- 26 Aug, 2019 1 commit
-
-
lunar authored
* [Model] MPNN * [Model] MPNN
🔨 reorganize the mpnn/sch/mgcn model & alchemy dataset * [Model] MPNN alchemy dataloader refactoring * [Model] Chem model zoo minor change * [Model] Chem Model Zoo🔥 remove old samples * [Model Zoo] molecule regression minor change * Fix dataset import * Fix dataset import * [Model Zoo] molecule regression test set * [Model Zoo] molecule prediction MPNN model hyperparameter tuning * [Model Zoo] molecule prediction✏ mpnn performance update
-
- 25 Aug, 2019 2 commits
-
-
Mufei Li authored
* DGMG for molecule generation * Fix CI check * Fix for CI * Trial for CI due to shared memory * Update * Better interface for dataset configuration * Update * Handle corner cases * Update README * Fix * Fix * Fix * Fix * Fix * Refactor * Fix * Fix * Fix * Fix * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fix * Finallly
-
xiang song(charlie.song) authored
* upd * fig edgebatch edges * add test * trigger * Update README.md for pytorch PinSage example. Add noting that the PinSage model example under example/pytorch/recommendation only work with Python 3.6+ as its dataset loader depends on stanfordnlp package which work only with Python 3.6+. * Provid a frame agnostic API to test nn modules on both CPU and CUDA side. 1. make dgl.nn.xxx frame agnostic 2. make test.backend include dgl.nn modules 3. modify test_edge_softmax of test/mxnet/test_nn.py and test/pytorch/test_nn.py work on both CPU and GPU * Fix style * Delete unused code * Make agnostic test only related to tests/backend 1. clear all agnostic related code in dgl.nn 2. make test_graph_conv agnostic to cpu/gpu * Fix code style * fix * doc * Make all test code under tests.mxnet/pytorch.test_nn.py work on both CPU and GPU. * Fix syntex * Remove rand * Add TAGCN nn.module and example * Now tagcn can run on CPU. * Add unitest for TGConv * Fix style * For pubmed dataset, using --lr=0.005 can achieve better acc * Fix style * Fix some descriptions * trigger * Fix doc
-
- 23 Aug, 2019 1 commit
-
-
Minjie Wang authored
* rgcn module * support id input * WIP: model codes * use faster index select * dropout * self loop * WIP: link prediction * fix lint * WIP: docs * docstring * docstring * merge two child classes * mxnet rgcn module * fix lint * fix lint * fix rename bug * add uniform edge sampler * fix fn name * docstring * fix mxnet rgcn module * fix mx rgcn * enable test on cuda
-
- 21 Aug, 2019 1 commit
-
-
VoVAllen authored
* Add early stop * add mxnet version * Poke ci
-
- 20 Aug, 2019 1 commit
-
-
Sahand authored
-
- 18 Aug, 2019 1 commit
-
-
Mufei Li authored
-
- 16 Aug, 2019 1 commit
-
-
xiang song(charlie.song) authored
Add noting that the PinSage model example under example/pytorch/recommendation only work with Python 3.6+ as its dataset loader depends on stanfordnlp package which work only with Python 3.6+.
-
- 15 Aug, 2019 1 commit
-
-
Mufei Li authored
* [Model zoo] Model zoo (#765) * tox21 * fix ci * fix ci * fix urls to url * add doc * remove binary * model zoo * test * markdown * fix typo * fix typo * fix typo * raise error * fix lint * remove unnecessary * fix doc * fix * fix * fix * fix * fix * fix * Update * CI * Fix * Fix * Fix * Fix * Fix * CI
-
- 09 Aug, 2019 1 commit
-
-
Xiagkun Hu authored
* rrn model and sudoku * add README * refine the code, add doc strings * add sudoku solver
-
- 07 Aug, 2019 1 commit
-
-
lunar authored
* [Model] SchNet * [Model] SchNet model * [Model] Schnet Model fix device-related bug * [Model] SchNet fix bugs * [Model] SchNet fix some bugs * [Model] Schnet
🎨 code indent format * [Model] SchNet✏ fix some typos
-
- 02 Jul, 2019 1 commit
-
-
HQ authored
* formatting * formatting
-
- 01 Jul, 2019 1 commit
-
-
HQ authored
* diffpool original file added * make diffpool fuse up and running * minor tweak on tu dataset statistics method * fix tu * break * delete break * pre_org * diffpool fuse reorg * fix random shuffling * fix bn * add dgl layers * early stopping * add readme * fix * add diffpool preprocess script * tweak tu dataset * tweak * tweak * tweak * tweak * tweak * preprocess dataset * fix early stopping * fix * fix * fix * tweak * readme * code review * code review * dataset code review * update README * code review * tu doc
-
- 20 Jun, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 15 Jun, 2019 1 commit
-
-
Lingfan Yu authored
* update speed numbers in readme * numbers in examples/pytorch/readme
-
- 14 Jun, 2019 1 commit
-
-
Tianyi authored
-
- 09 Jun, 2019 2 commits
-
-
Minjie Wang authored
* all pytorch examples * scan through mxnet examples * change reddit data * tweak numerical range for unittest * fix ci * fix ci * fix * add seed to workaround
-
Lingfan Yu authored
* fix gat code to use latest edge softmax module * avoid transpose * update README * use edge_softmax op * mxnet edge softmax op * mxnet gat * update README * fix unittest * fix ci * fix mxnet nn test; relax criteria for prod reducer
-
- 30 May, 2019 1 commit
-
-
Chao Ma authored
* Update README.md for the demo of distributed sampler * Update README.MD of demo for distributed sampler
-
- 28 May, 2019 1 commit
-
-
Chao Ma authored
-
- 26 May, 2019 1 commit
-
-
Chao Ma authored
* update * update * update demo
-
- 24 May, 2019 1 commit
-
-
Chao Ma authored
* update * update * update * add sender * update * remove duplicate cpde
-
- 23 May, 2019 2 commits
- 16 May, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 28 Apr, 2019 1 commit
-
-
Ziyue Huang authored
-
- 23 Apr, 2019 1 commit
-
-
Ziyue Huang authored
-
- 22 Apr, 2019 1 commit
-
-
Zhengwei authored
-