https://github.com/dmlc/dgl

sort by:
Revision Author Date Message Commit Date
55e056f update to 0.4.2 20 January 2020, 09:35:24 UTC
10d2b84 Merge branch 'master' into 0.4.x 20 January 2020, 09:33:42 UTC
f1a8f92 [Feature] Add environment variable to switch on/off MXNet set_np_shape (#1207) * add env var * Trigger CI * simplification * add doc 20 January 2020, 05:54:14 UTC
a00636a [Tensorflow] Several nn & example (#1191) * several nn example * appnp * fix lint * lint * add dgi * fix * fix * fix * fff * docs * 111 * fix * change init * change result * tiaocan+1 * fix * fix lint * fix * fix 19 January 2020, 14:48:40 UTC
31a7d50 [Bug Fix] Add boundary check for heterograph build with card as input (#1192) * Add boundary check for heterograph build with card as input * Fix when u or v is empty * fix test_kernel.py error print * Revert "fix test_kernel.py error print" This reverts commit a71c20292549c0ac62a5326c30669ca4bde8febc. * Turn op validation check on graph and bipartite by default * upd * udp * upd * update test 18 January 2020, 09:18:40 UTC
c49582c [Test] Fix the random seed in test_kernel.py and fix the _print_error (#1194) * Fix the random seed and fix the _print_error * Fix check_positive_edge_sampler sample weight. Co-authored-by: Zihao Ye <zihaoye.cs@gmail.com> Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com> 17 January 2020, 05:48:47 UTC
64f6f3c [Bug?] Fix non-determinism when setting the same seed across different runs with single thread (#1205) * fix multithread random seed value * more fix * typo * what did i wrote 16 January 2020, 07:03:26 UTC
86fe58e [Bug] Another fix on PyTorch memory leakage issue (#1139) * another fix * another try * fix * rewriting with kernel functions * revert mxnet softmax changes * lint fix Co-authored-by: Zihao Ye <zihaoye.cs@gmail.com> 14 January 2020, 14:54:19 UTC
a199b58 Fix (#1195) 11 January 2020, 18:47:29 UTC
cd9599a [KG][Optimization] Remove copy from parent in minibatch generation (#1193) * remote copy from parent * upd * make test_sampler easier to pass 10 January 2020, 23:59:09 UTC
28a2441 [BUG] Fix empty heterograph creation with list & tuple (#1188) * [BUG] Fix empty heterograph creation with list & tuple * more fix 09 January 2020, 14:40:27 UTC
aa06e45 [Doc] Improve the docstring of several nn modules. (#1187) * upd * upd * upd * upd * lint * upd * upd * upd * upd * upd Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com> 09 January 2020, 13:14:33 UTC
3ef757d [Feature] Pickle support for heterograph (#1177) * [Feature] Pickle support for heterograph * fix lint Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com> 09 January 2020, 05:27:29 UTC
ca302a1 [Feature] Add dgl.nn.*.Sequential for usability (#1166) * upd * upd * upd * upd * lint * upd * upd * upd * upd Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com> 09 January 2020, 04:39:22 UTC
3d66462 Update README.md (#1184) 09 January 2020, 04:06:48 UTC
bfc2d30 [BUG] Fix MovieLens feature assignment (#1183) Fixes #1182 . This is embarrassing. 09 January 2020, 03:21:18 UTC
bb6a647 [Feature][KG] Multi-GPU training support for DGL KGE (#1178) * multi-gpu * Pytorch can run but test has acc problem * pytorch train/eval can run in multi-gpu * Fix eval * Fix * Fix mxnet * trigger * triger * Fix mxnet score_func * Fix * check * FIx default arg * Fix train_mxnet mix_cpu_gpu * Make relation mix_cpu_gpu * delete some dead code * some opt for update * Fix cpu grad update 08 January 2020, 10:07:04 UTC
f1420d1 [Refactor] Renaming class methods of sampler utilities to improve readability (#1180) * upd * upd 07 January 2020, 14:02:44 UTC
3191183 [Dataset] Change download repo link to https://data.dgl.ai (CDN) (#1175) * change download link to cdn * Update env_var.rst 07 January 2020, 09:16:45 UTC
38d292e [KVStore] Fix memory leak bug. (#1174) * API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument * change default queue size to 2GB * OMP_NUM_THREADS=1 * add multiple NICs support for kvstore * test * fix lint * update * update * update * update * update * update * update * fix lint * fix lint * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * fix lint * update * fix lint * delete msg * clear kv msg * update * update * update * update * update * update * is not None * update * update * update * update * update * update * update * update * update * update 06 January 2020, 11:47:54 UTC
e705118 some comments (#1132) 06 January 2020, 02:36:11 UTC
6d0a9c4 [Fix issue] Fix issue 1170 (#1171) * API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument * change default queue size to 2GB * OMP_NUM_THREADS=1 * add multiple NICs support for kvstore * test * fix lint * update * update * update * update * update * update * update * fix lint * fix lint * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * fix lint * update * fix lint 05 January 2020, 06:31:41 UTC
1022d5d [KG] PBG's way of constructing negative edges (#1159) * attach positive. * add neg_deg_sample. * add comment. * add neg_deg_sample for eval. * change the edge sampler. * rename edge sampler in KG. * allow specifying chunk size and negative sample size separately. * fix bugs in KG. * add check in sampler. * add more checks. * fix * add comment. * add comments. 05 January 2020, 03:25:06 UTC
1de192f [KG] More fixes on eval (#1168) * remove parallel sampling for multiprocessing. * avoid memory copy in eval. * remove print. 04 January 2020, 21:33:13 UTC
346bc23 [KG] Disable filter in evaluation (#1162) * add no_eval_filter * fix eval. 03 January 2020, 05:02:34 UTC
7451bb2 merge eval results in all processes. (#1160) 02 January 2020, 05:40:31 UTC
dfb10db [Feature] Bag of samplers for efficient categorical sampling w/ and w/o replacement (#1142) * upd * upd * lint * upd * upd * lint * upd * refactor * lint * upd * upd * upd * lint * fix * fix * upd * upd * upd * upd * upd * upd * upd * complete test * upd * upd * fix * vir * upd * fix * fuck * fix numerical 01 January 2020, 03:42:11 UTC
162dc19 Accelerate edge sampling (#1151) * accel edge sampling. * measure sampling time. * attach positive. * add neg_deg_sample. * fix a minor bug. * remove unnecessary code. * Revert "add neg_deg_sample." This reverts commit 45f3c08c87e33589563ca7e6a3ec91cb1239910e. * Revert "attach positive." This reverts commit 503d7821555b69b7ccfed55ce8b87ee24fff852d. Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com> 31 December 2019, 09:40:20 UTC
61b78e6 [Bug Fix]edge sample hotfix (#1152) * hot fix * Fix docs * Fix ArrayHeap float overflow bug * Fix * Clean some dead code * Fix * FIx * Add some comments * run test 31 December 2019, 03:42:57 UTC
6731ea3 [KVStore] Reduce memory cost of kvstore (#1156) * API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument * change default queue size to 2GB * OMP_NUM_THREADS=1 * add multiple NICs support for kvstore * test * fix lint * update * update * update * update * update * update * update * fix lint * fix lint * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * fix lint 30 December 2019, 12:25:32 UTC
4f02bb7 [KVStore] Made kvstore can support multiple NICs (#1150) * API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument * change default queue size to 2GB * OMP_NUM_THREADS=1 * add multiple NICs support for kvstore * test * fix lint * update * update * update * update * update * update * update * fix lint * fix lint * update * update * update * update 30 December 2019, 07:17:31 UTC
f818415 [KG] reduce memory consumption. (#902) * reduce memory consumption. * fix a bug. * fix a bug. * fix. 29 December 2019, 05:55:50 UTC
655d756 fix deprecation warning (#1147) 28 December 2019, 04:42:16 UTC
913e324 Add device check for sampler input (#1145) current samplers only support working on CPU 27 December 2019, 14:50:52 UTC
d57ff78 [Small Fix] Change default message queue size of communicator to 2GB (#1140) * API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument * change default queue size to 2GB * OMP_NUM_THREADS=1 25 December 2019, 09:03:52 UTC
17aab81 [Doc] update working with multiple backend section (#1128) * update work with different backend section * fix some warnings * Update backend.rst * Update index.rst Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com> 24 December 2019, 09:32:56 UTC
e4ef8d1 [KVStore] API change of kvstore (#1058) * API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument 24 December 2019, 09:05:15 UTC
41f8a16 [Feature Improvement]Edge Sampler w and w/o replacement (#1116) * Add weight based edge sampler * Can run, edge weight work. TODO: test node weight * Fix node weight sample * Fix y * Update doc * Fix syntex * Fix * Fix GPU test for sampler * Fix test * Fix * Refactor EdgeSampler to act as class object not function that it can record its own private states. * clean * Fix * Fix * Fix run bug on kg app * update * update test * test * Simply python API and fix some C code * Fix * Fix * Fix syntex * Fix * Update API description * add replacement for edge sampler * Now edge sampler support replacement and no-replacement * Fix * Fix * change kg/app to use edge sampler with replacement config * Update replacement algo * Fix syntax * Update * Update Co-authored-by: Da Zheng <zhengda1936@gmail.com> 24 December 2019, 08:25:40 UTC
e890a89 Partition a graph with HALO nodes (#1076) * get subgraph with halo. * add partition function. * add comment. * parallel partition. * fix a compilation error. * fix lint error. * address comments. * add comments. * fix for TF. 23 December 2019, 16:46:53 UTC
0d9acc9 hot fix (#1135) 23 December 2019, 16:19:25 UTC
a1b28b3 [Hot fix] Fix build threads (#1133) * tf * add builtin support * fiix * pytest * fix * fix * fix some bugs * fix selecting * fix todo * fix test * fix test fail in tf * fix * fix * fix gather row * fix gather row * log backend * fix gather row * fix gather row * fix for pytorch * fix * fix * fix * fix * fix * fix tests * fix * fix * fix * fix * fix * fix * fix convert * fix * fix * fix * fix inplace * add alignment setting * add debug option * Revert "add alignment setting" This reverts commit ec63fb3506ea84fff7d447a1fbdfd1d5d1fb6110. * tf ci * fix lint * fix lint * add tfdlpack * fix type * add env * fix backend * fix * fix tests * remove one_hot * remove comment * remove comment * fix * use pip to install all * fix test * fix base * fix * fix * add skip * upgrade cmake * change version * change ci * fix * fix * fix * fix * fix seg fault * fix * fix python version * fix * try fix * fix * fix * tf takes longer time in ci * change py version * fix * fix * fix oom * change kg env * change kg env * 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 * 我再也不搞各种乱七八糟环境了…… * use pytest * Chang image * try node * try * fix * try new ci * try new ci * try new ci * try new ci * ci * try * try * fix * hot fix * fix * fix cpp test * add comments 23 December 2019, 13:42:59 UTC
2ab4d0e [Doc] Hotfix for README (#1119) 23 December 2019, 11:22:38 UTC
7b98e89 [CI] Try new CI (#1124) * tf * add builtin support * fiix * pytest * fix * fix * fix some bugs * fix selecting * fix todo * fix test * fix test fail in tf * fix * fix * fix gather row * fix gather row * log backend * fix gather row * fix gather row * fix for pytorch * fix * fix * fix * fix * fix * fix tests * fix * fix * fix * fix * fix * fix * fix convert * fix * fix * fix * fix inplace * add alignment setting * add debug option * Revert "add alignment setting" This reverts commit ec63fb3506ea84fff7d447a1fbdfd1d5d1fb6110. * tf ci * fix lint * fix lint * add tfdlpack * fix type * add env * fix backend * fix * fix tests * remove one_hot * remove comment * remove comment * fix * use pip to install all * fix test * fix base * fix * fix * add skip * upgrade cmake * change version * change ci * fix * fix * fix * fix * fix seg fault * fix * fix python version * fix * try fix * fix * fix * tf takes longer time in ci * change py version * fix * fix * fix oom * change kg env * change kg env * 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 * 我再也不搞各种乱七八糟环境了…… * use pytest * Chang image * try node * try * fix * try new ci * try new ci * try new ci * try new ci * ci * try * try * fix 23 December 2019, 09:28:06 UTC
d30a69b [Backend] TF backend (#978) * tf * add builtin support * fiix * pytest * fix * fix * fix some bugs * fix selecting * fix todo * fix test * fix test fail in tf * fix * fix * fix gather row * fix gather row * log backend * fix gather row * fix gather row * fix for pytorch * fix * fix * fix * fix * fix * fix tests * fix * fix * fix * fix * fix * fix * fix convert * fix * fix * fix * fix inplace * add alignment setting * add debug option * Revert "add alignment setting" This reverts commit ec63fb3506ea84fff7d447a1fbdfd1d5d1fb6110. * tf ci * fix lint * fix lint * add tfdlpack * fix type * add env * fix backend * fix * fix tests * remove one_hot * remove comment * remove comment * fix * use pip to install all * fix test * fix base * fix * fix * add skip * upgrade cmake * change version * change ci * fix * fix * fix * fix * fix seg fault * fix * fix python version * fix * try fix * fix * fix * tf takes longer time in ci * change py version * fix * fix * fix oom * change kg env * change kg env * 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 * 我再也不搞各种乱七八糟环境了…… * use pytest * Chang image 20 December 2019, 07:56:51 UTC
cf9ba90 [Chem] ACNN and various utilities (#1117) * Add several splitting methods * Update * Update * Update * Update * Update * Fix * Update * Update * Update * Update * Fix * Fix * Fix * Fix * Fix * Update * Update * Update * Update * Update * Update * Update * Finally * CI 19 December 2019, 03:54:40 UTC
6beef85 upd (#1113) 17 December 2019, 07:24:04 UTC
41114b8 [Doc] Tree-LSTM in DGL, edit pass for readability (#1031) * [Doc] Tree-LSTM in DGL, edit pass for readability Edit for grammar and style. How about deleting the last line? "Besides, you..." It needs a transition or some context. * Update tutorials/models/2_small_graph/3_tree-lstm.py * Update tutorials/models/2_small_graph/3_tree-lstm.py 17 December 2019, 06:14:18 UTC
632a9af [Feature] No-Uniform Edge Sampler (#1087) * Add weight based edge sampler * Can run, edge weight work. TODO: test node weight * Fix node weight sample * Fix y * Update doc * Fix syntex * Fix * Fix GPU test for sampler * Fix test * Fix * Refactor EdgeSampler to act as class object not function that it can record its own private states. * clean * Fix * Fix * Fix run bug on kg app * update * update test * test * Simply python API and fix some C code * Fix * Fix * Fix syntex * Fix * Update API description 16 December 2019, 19:26:34 UTC
dd65ee2 [CI] Change tests for flexibility * change ci image * fix * force bash * fix * fix python version * fix * fix * fix * update gpu * cuda * jenkins * fix build sh * fix * Revert "fix" This reverts commit 6b091914b3ef6b4300fa662ee375aa4b27944f5c. * try fix * fix * Revert "fix" This reverts commit e42c3035fa4974c6b197aaba0748f7b45113ddaa. * try fix * fix * fix * fix * fix * fix * fix * fix tests * try fix * fix * fix * fix * fix * fix * fix * fix ctx problem * fix many tests * fix typo * add backend * move to pytorch folder * fix? * fix ci * try skip * try false * try? * try? * Revert to 7d9a52f * fix various * fix lint * Revert Jenkinsfile * revert env * revert env * address comment * remove file 16 December 2019, 06:54:37 UTC
f36a451 [Doc] Old wines new title, edit for grammar and style (#1027) * Old wines new title, edit for grammar and style new descriptive title here and an edit pass @aaronmarkham * Update tutorials/models/4_old_wines/README.txt 16 December 2019, 03:24:58 UTC
2448751 Fixed the training file (#1109) 14 December 2019, 10:20:05 UTC
d16fb3f [Example] GCMC in PyTorch (#1101) * upd * fix * upd * upd * upd * fix * upd * upd * upd * upd * upd * upd * upd * upd 14 December 2019, 00:18:48 UTC
1552090 set default backend. (#1104) 13 December 2019, 16:30:14 UTC
adea4ba fix doc. (#1100) 13 December 2019, 13:24:37 UTC
869093e fix doc of EdgeSampler. (#1093) 13 December 2019, 03:15:06 UTC
4713a33 Update README.md (#1095) Extra open brace in the .bibtex entry results in an error 12 December 2019, 16:35:57 UTC
b599f6e Update (#1090) 11 December 2019, 05:39:18 UTC
6ae93e5 [Bug] Fix #1088 (#1089) * [Bug] Fix #1088 * fix * add comment 11 December 2019, 02:27:57 UTC
48c7ec4 [Doc] Fix gcn tutorial (#1080) * don't have activation. * add evaluation. * address comment. 10 December 2019, 10:10:51 UTC
870857c udp (#1083) 09 December 2019, 06:52:20 UTC
a5a052b [Fix] Fix #1078, #1077 and add nightly build to readme 08 December 2019, 16:03:35 UTC
fa0ee46 [hotfix] node id validity check (#1073) * fix * improve * fix lint * upd * fix * upd 05 December 2019, 17:36:41 UTC
bc4f435 [Chem Model Zoo] Hot fix for README (#1071) * Fix outdated example * Hot fix 05 December 2019, 06:37:06 UTC
7784f06 [Doc] Small graphs readme.txt, edit pass (#1030) * [Doc] Small graphs readme.txt, edit pass Edit for grammar and style. Should this be an .rst on .txt? * Update README.txt 05 December 2019, 05:48:39 UTC
fff3dd9 [Example] add graphwriter pytorch example (#1068) * upd * fig edgebatch edges * add test * trigger * add graphwriter pytorch example * fix line break in graphwriter README * upd * fix 04 December 2019, 18:44:15 UTC
35653dd [Fix] Fix karate due to networkx version change 04 December 2019, 14:02:10 UTC
5fc7eb6 [Doc] Generative models, edit pass (#1035) * [Doc] Generative models, edit pass Edit for grammar and style. Can you clarify "Instead of and/or"? * Update tutorials/models/3_generative_model/5_dgmg.py * Update tutorials/models/3_generative_model/5_dgmg.py Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/models/3_generative_model/5_dgmg.py Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/models/3_generative_model/5_dgmg.py Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/models/3_generative_model/5_dgmg.py Co-Authored-By: Aaron Markham <markhama@amazon.com> 03 December 2019, 01:38:47 UTC
f45178c [Doc] Generative models, edit for readability (#1033) Edit pass for grammar and style 02 December 2019, 06:54:10 UTC
65a904c update instruction. (#1052) 01 December 2019, 23:25:42 UTC
ae743dc remove tqdm. (#1051) 01 December 2019, 22:41:45 UTC
dca0e37 [KG][Score Func] Update TransE with L2 distance support. (#1059) * Add L2 distance score for TransE * Update README.md * Use linalg.gemm to speedup mx l2 dist * Fix 01 December 2019, 22:03:36 UTC
d6dfaa9 [Doc] Capsule network tutorial, edit pass (#1026) Edited for grammar and style. 01 December 2019, 14:26:51 UTC
10b104d [Doc] Transformer tutorial, edit for readability (#1025) Edit pass for grammar and style 01 December 2019, 03:25:51 UTC
fdc58a8 [Hotfix] Fix GAT example and clarify the usage of early stop (#1065) * upd * rm redundancy: * upd 30 November 2019, 15:43:15 UTC
a2b8d8e [Doc] Giant graph tutorial edit for grammar and style (#1020) * Edit for readability * giant_graph_readme edit for grammar * NodeFlow and Sampling edit pass for grammar * Update tutorials/models/1_gnn/9_gat.py * Update tutorials/models/1_gnn/9_gat.py 30 November 2019, 04:31:59 UTC
dd09f15 [Doc] Stochastic steady-state embedding (SSE) Edit for readability Revisions for grammar and style 30 November 2019, 03:37:17 UTC
0897548 [RFC][Doc] Contribution Guideline updates (#1015) * Update contribute.rst * Update contribute.rst * Update contribute.rst * Update contribute.rst 29 November 2019, 08:59:12 UTC
49b406c memory leak fix in PyTorch (#1060) 29 November 2019, 06:37:33 UTC
22d4de7 [Doc] 6_line_graph.py Edit pass (#1003) * Edit pass Updates for grammar and readability * Update tutorials/models/1_gnn/6_line_graph.py * Update tutorials/models/1_gnn/6_line_graph.py * Update tutorials/models/1_gnn/6_line_graph.py 29 November 2019, 05:53:43 UTC
365d361 [Bug] Fix #1036 (#1037) * fix * unit test 29 November 2019, 03:53:29 UTC
287f387 Edit for readability (#1002) Grammar and style updates 29 November 2019, 02:53:11 UTC
4f60631 [Graph]To(device) should return updated object (#1057) * To(device) should return updated object * Add test case and doc * Add another doc * Add descriptions and a test * Pass test 28 November 2019, 16:15:22 UTC
8ae9770 [Doc] Graph neural network and its variant Edit for grammar and style (#992) * Edit for grammar and style Improve readability * Update tutorials/models/1_gnn/README.txt Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/models/1_gnn/README.txt Co-Authored-By: Aaron Markham <markhama@amazon.com> 28 November 2019, 07:44:58 UTC
c9ac6c9 [Doc] NN Modules Edit for grammar and style (#991) * Edit for grammar and style Improve the flow and readability * Update docs/source/features/nn.rst Better now? NN Modules as a title is vague 27 November 2019, 14:40:19 UTC
832d93c [Doc] Grammatical updates (#990) * grammatical updates Edit pass for readability. Can you clarify: "are of different, but shapes that can be broadcast." Are they of different shapes, but both can be broadcast? * Update docs/source/features/builtin.rst Okay now? Check this for logic. 27 November 2019, 09:37:17 UTC
7911dc8 [Doc] Edit for grammar and style (#987) * Edit for grammar and style As with other tutorials, it would help the reader if you add a paragraph in the opening section about assumptions or prerequisites. Does this refer to SageMaker Ground Truth feature? "...assigns its ground truth label..." If yes, phrase it thus: assigns its Amazon SageMaker Ground Truth label * Update tutorials/basics/4_batch.py * Update tutorials/basics/4_batch.py * Update tutorials/basics/4_batch.py topologies * Update tutorials/basics/4_batch.py Co-Authored-By: Aaron Markham <markhama@amazon.com> 27 November 2019, 05:56:11 UTC
72cad95 [Doc] Grammar and style edit pass (#980) * Grammar and style edit pass In the opening, it would be great to provide some rationale for why you recommend conda or pip. * Update docs/source/install/index.rst Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update docs/source/install/index.rst Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update docs/source/install/index.rst Co-Authored-By: Aaron Markham <markhama@amazon.com> 27 November 2019, 05:32:22 UTC
dca2580 fix minor error: GCNLayerSAGE->GraphSAGELayer (#1010) fix minor error: GCNLayerSAGE->GraphSAGELayer 26 November 2019, 17:54:56 UTC
ead64de [Hetero] Batching/Unbatching DGLHeteroGraph (#1017) * Update * Update * Update * Fix * CI style fix * CI fix style * Fix * Try CI * Fix test * Update * Update * Update * Update 26 November 2019, 06:40:50 UTC
85c9ff0 [Example] Finish adaptive sampling (#998) * [Example] Finish adaptive sampling * refactor code and use argparse for command-line usage * Update README.md * add node_per_layer command-line argument 26 November 2019, 05:47:26 UTC
5833825 Update README.md (#1044) 25 November 2019, 14:12:27 UTC
6694f7b [Bug] Fix DGLHeteroGraph.edge_type_subgraph (#1040) * Update * Try CI 24 November 2019, 19:35:25 UTC
168fc2c fix installation instruction. (#1024) 22 November 2019, 09:49:17 UTC
45aa158 Fix example code in saving graphs (#1034) 22 November 2019, 05:38:58 UTC
8f7abb5 [Doc] Edit for readability (#989) * Edit for readability Edit pass for grammar and style. * A great value-add would be to provide assumptions and prerequisites in the opening section. This helps readers understand what they need to have in place in order to make use of your tutorial steps. * The wikidata knowledge graph could be improved with a smaller font for the Zuckerberg circle. * Update tutorials/hetero/1_basics.py * Update tutorials/hetero/1_basics.py Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/hetero/1_basics.py Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/hetero/1_basics.py Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/hetero/1_basics.py Co-Authored-By: Aaron Markham <markhama@amazon.com> * Update tutorials/hetero/1_basics.py Co-Authored-By: Aaron Markham <markhama@amazon.com> 21 November 2019, 14:06:52 UTC
409183b [Doc] Edit for grammar and style (#986) Can you add a link for the download to this sentence: You can also `download <location?>` and run the different code examples... As with other tutorial topics, it would be helpful to add your assumptions or information in the opening section about prerequisites. 21 November 2019, 06:04:20 UTC
f1542b9 Fix (#1019) 20 November 2019, 07:14:40 UTC
d2afe65 [Doc] Edit for grammar and style (#985) * Edit for grammar and style In the opening paragraph, it would be helpful to provide some overall scenario and the prerequisites you expect readers to have completed before they start here. "This tutorial assumes you have already..." Add a link to Install DGL topic perhaps and any other framework or IDE or even specialized knowledge. With this context, you help readers to succeed by setting expectations. Better to group all tutorials (this, PageRank with, Batched Graph, Working with) at the same level in the left navigation rail and all as subsections of DGL Basics. * Update tutorials/basics/2_basics.py 20 November 2019, 04:03:18 UTC
8b17a5c [Model] add RotatE to dgl-kg (#964) Add RotatE support for KGE (apps/kg) Performance Result: Dataset FB15k: Result from Paper: MR: 40 MRR: 0.797 HIT@1: 74.6 HIT@3: 83.0 HIT@10: 88.4 Our Impl: MR: 39.6 MRR: 0.725 HIT@1: 62.8 HIT@3: 80.2 HIT@10: 87.5 14 November 2019, 02:39:05 UTC
1915fdb Make print of GCN example of mxnet and pytorch exact same. (#994) 13 November 2019, 04:47:06 UTC
back to top