- 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
-
- 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 1 commit
-
-
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
-
- 11 Apr, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 10 Apr, 2019 1 commit
-
-
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
-
- 05 Apr, 2019 1 commit
-
-
Da Zheng authored
-
- 29 Mar, 2019 1 commit
-
-
Quan (Andy) Gan authored
* random walk traces generation * remove outdated comments * oops put in the wrong place * explicit inline * moving rand_r to util * pinsage-like model on movielens * the code runs now * support cuda * using readonly graph * moving random walk to public function * per-thread seed and openmp support * pinsage-like model on movielens * the code runs now * support cuda * using readonly graph * using C random walk * removing profile decorators * param initialization * no grad * leaky relu fixes everything * train and save * WIP * WIP * WIP * seems to work * evaluation output * swapping order of val/test and train * debug * hyperparam tuning * prior/training dataset split changes * random walk reorg * random walk with restart * signed comparison fix * migrating random walk to nodeflow * Revert "migrating random walk to nodeflow" This reverts commit f2565347cced7c912a58a529b257c033d9f375b7. * add README and remove dataset * new endpoint * lint * lint x2 * oops forgot test * including bpr - better for baseline * addressing fixes * throwing random walks out from SamplerOp class * forgot to move RandomWalk; why did this even work? * removing legacy garbage * add todo * address comments * stupid bug fix * call ndarrayvector converter to handle traces
-
- 28 Mar, 2019 1 commit
-
-
Giuseppe Futia authored
-
- 04 Mar, 2019 1 commit
-
-
Lingfan Yu authored
* use index_select instead of __getitem__ * fix bug in dataset processing * fix edge_type shape bug * comments
-
- 25 Feb, 2019 1 commit
-
-
Minjie Wang authored
* refactor graph conv * docs & tests * fix lint * fix lint * fix lint * fix lint script * fix lint * Update * Style fix * Fix style * Fix style * Fix gpu case * Fix for gpu case * Hotfix edgesoftmax docs * Handle repeated features * Add docstring * Set default arguments * Remove dropout from nn.conv * Fix * add util fn for renaming * revert gcn_spmv.py * mx folder * fix wierd bug * fix mx * fix lint
-
- 22 Feb, 2019 2 commits
-
-
hbsun2113 authored
* simple implemention of GraphSAGE * update the abstract method and `torch.nn` modules are more utilized
-
Tianyi authored
* [Model] Simplifying Graph Convolutional Networks. * - improve code stype (use nn.Linear) - use `bias` option - update hyperparameter and corresponding performance
-
- 17 Feb, 2019 2 commits
-
-
Hao Zhang authored
* Create ppi.py * Create train_ppi.py * Update train_ppi.py * Update train_ppi.py * Create gat.py * Update train.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * update docs and readme
-
Zihao Ye authored
-
- 15 Feb, 2019 1 commit
-
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd
-
- 13 Feb, 2019 1 commit
-
-
Minjie Wang authored
* update gat: add minus max for softmax * small fix
-
- 12 Feb, 2019 2 commits
-
-
Giuseppe Futia authored
* Update prerequisites of README * dependencies for pytorch models * dependencies for mxnet models * minor
-
Lingfan Yu authored
* multi-process version of transformer * lots of fix * fix bugs and accum gradients for multiple batches * many fixes * minor * upd * set torch device * fix bugs * fix and minor * comments and clean up * uncomment viz code
-
- 01 Feb, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 12 Jan, 2019 1 commit
-
-
Minjie Wang authored
* fix gat residual bug * fix the residual addition; output heads; add some shape notations; * minor * fix the output head average * add requests package in requirement
-
- 11 Jan, 2019 1 commit
-
-
Minjie Wang authored
* two better GAT implementations * update numbers * use version switch for spmm * add missing dropout and output heads
-
- 10 Jan, 2019 1 commit
-
-
brett koonce authored
* minor spelling tweaks * Update CONTRIBUTORS.md
-
- 27 Dec, 2018 1 commit
-
-
Sheng Zha authored
* TreeLSTM MXNet example * hybridize * add glove download * usability * Update README.md
-