提交

提交图

3215 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying cf67829998 [Doc] fix docstring issue (#5260) 2023-02-01 16:13:43 +08:00
Hongzhi (Steve), Chen 77bcf6040e Update pip install info for tutorials. (#5236)
* update pip install info.

* update

* clarify the version

* blabla

* blabl

---------

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-02-01 15:17:40 +08:00
Hongzhi (Steve), Chen b3308ae795 Cleanup mock_sparse related code. (#5230)
* remove_mock_sparse_example

* mock_sparse_test

* remove_mock_sparse

---------

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-02-01 15:17:14 +08:00
Minjie Wang 829ce109f1 Update hgnn.ipynb (create by colab) 2023-01-30 20:14:01 +08:00
Rhett Ying 389b8eb928 [DOC] replace emoji with Y/N to fix display issue (#5235) 2023-01-30 15:14:19 +08:00
Minjie Wang 8230640248 Update index.rst (#5233) 2023-01-30 14:15:52 +08:00
Muhammed Fatih BALIN 5888d9d1b6 [Doc] Labor sampling improvement (#5221)
* [Doc] Labor sampling improvement

When importance sampling option is used, the returned blocks include edge weights that need to be used during the message passing operation. So, I am including this in the documentation.

* Add documentation to weighted sampling case also
2023-01-29 21:32:09 +08:00
Hongzhi (Steve), Chen 4b5fa83bcd [Sparse] Swap examples of from_coo and spmatrix. (#5228)
* swap-example

* size-shape

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-27 10:51:57 +08:00
Hongzhi (Steve), Chen 387ae76df3 [Doc] Update with Mono font to keep doc string consistent. (#5213)
* part1

* more

* more

* spmatrix

* code

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-23 09:48:07 +08:00
Hongzhi (Steve), Chen d61012e094 Change example code for indices creation from two line to one line to avoid test break. (#5222)
* add_backslash

* fix

* more

* blabla

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-23 02:21:57 +08:00
Minjie Wang 0bdc437b52 [Doc] Update colab tutorials with spmatrix (#5220)
* Created using Colaboratory

* Created using Colaboratory

* Created using Colaboratory

* Created using Colaboratory

* Created using Colaboratory

* Created using Colaboratory
2023-01-20 17:44:58 +08:00
Hongzhi (Steve), Chen fbbe6d61c9 [Doc] Update all canonical creation example from from_coo to spmatrix. (#5208)
* fix

* sddmm

* change

* blabla

* blabla

* revert

* newpr

* tocuda

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-20 17:44:07 +08:00
Hongzhi (Steve), Chen 30fb03a6bc Update example with spmatrix. (#5219)
* update

* graph

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-20 15:39:55 +08:00
Quan (Andy) Gan abfc4c31f5 [Sparse] Clarification on dimensions for sparse reduction and softmax docstrings (#5197)
* fix sparse reduce and softmax doc

* Update softmax.py
2023-01-20 14:31:33 +08:00
Augusto Berndt 94d3c6cb9f [Doc] Fix a typo in dgl.dataloading.rst (#5211)
changing privimitive to primitive
2023-01-20 14:23:26 +08:00
Hongzhi (Steve), Chen 7a2dd5ae96 32 (#5216)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-20 11:26:26 +08:00
Hongzhi (Steve), Chen 17fad103b5 update (#5215)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-20 11:25:53 +08:00
Rhett Ying a844d16ec0 [Doc] add sphinxemoji 2023-01-20 10:58:22 +08:00
Hongzhi (Steve), Chen c89ee05f2d examples (#5214)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-20 10:46:12 +08:00
Rhett Ying 5337d7b2bc [Doc] fix math and link display issue (#5212) 2023-01-20 10:45:11 +08:00
czkkkkkk 20ce9be2c6 [Sparse] Add spmatrix creation function (#5209)
* [Sparse] Add spmatrix creation function

* Update

* Update sparse_matrix.py

* Update sparse_matrix.py

Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-01-20 09:49:49 +08:00
Rhett Ying 6d28052479 [Doc] revert change in link 2023-01-20 08:42:12 +08:00
Rhett Ying cccbb9129a [Doc] revert ** removal from table 2023-01-20 08:41:06 +08:00
Rhett Ying 6324351b4f [Doc] fix link and table display issue 2023-01-20 08:35:55 +08:00
czkkkkkk d1e5700676 [Sparse] Polish the docstring of sparse_matrix.py (#5202)
* [Sparse] Polish the docstring of sparse_matrix.py

* Update

* Update

* Update

* Update
2023-01-20 00:49:20 +08:00
Quan (Andy) Gan f145097f9a [Release] Conda/CMake changes for 1.0 release (#5186)
* update conda branch

* fix conda

* update conda

* update

* update windows build script

* copy static library to build dir

* try again

* fix

* lint
2023-01-19 22:28:04 +08:00
Quan (Andy) Gan c134119096 [Sparse] Update HGNN notebook (#5206)
* Created using Colaboratory

* Created using Colaboratory
2023-01-19 22:27:57 +08:00
czkkkkkk db77283130 [Sparse] Only support scalar or vector values in SparseMatrix creators (#5204)
* [Sparse] Only support scalar or vector values in SparseMatrix creators

* Update

* Update sparse_matrix.py

Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-01-19 21:46:46 +08:00
Minjie Wang c7e3754d38 [Doc] fix colab tutorials (#5205)
* Created using Colaboratory

* Created using Colaboratory

* Created using Colaboratory

* Created using Colaboratory

* minor tweak

* minor fix

* Created using Colaboratory

* Update notebooks/sparse/quickstart.ipynb
2023-01-19 20:53:51 +08:00
Hongzhi (Steve), Chen d965acab7f Change size to shape in print. (#5207)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-19 17:21:11 +08:00
Hongzhi (Steve), Chen c4ffd75223 [Misc] Polish the doc strings. (#5203)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-19 16:37:08 +08:00
Hongzhi (Steve), Chen 050798e9aa Update dgl.sparse rst. (#5201)
* dgl

* blabla

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2023-01-19 12:22:48 +08:00
Rhett Ying 535f4b29e3 [Doc] enable note book exec for pytorch backend 2023-01-19 12:19:05 +08:00
Mufei Li dffe722f5d Update (#5196)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
2023-01-19 10:16:46 +08:00
Rhett Ying 995c1913aa Update conf.py 2023-01-18 23:26:37 +08:00
Rhett Ying 11d7994708 [Doc] disable nbsphinx exec 2023-01-18 22:52:16 +08:00
Rhett Ying aba0506c81 Update conf.py 2023-01-18 22:29:55 +08:00
Rhett Ying 395b89e4b1 [Doc] add nbsphinx for pytorch only 2023-01-18 21:40:49 +08:00
Rhett Ying 9120b5a71c [Doc] specify backend as pytorch for tutorials (#5198) 2023-01-18 18:40:57 +08:00
Rhett Ying ebca7860f0 [Doc] disable include/exclude_patterns 2023-01-18 17:06:53 +08:00
Rhett Ying 6b3891cb13 Update conf.py 2023-01-18 15:07:47 +08:00
Rhett Ying 8c7d8bd878 [Doc] exclude some patterns 2023-01-18 14:15:21 +08:00
Rhett Ying f7573c6de4 [Doc] run tutorials only in pytorch backend 2023-01-18 13:43:31 +08:00
Rhett Ying fcf9663e69 [Doc] fix regular expression for include/exclude_patterns 2023-01-18 13:04:36 +08:00
Rhett Ying 84fccf5793 [Doc] add include/exclude_patterns when build sphinx (#5195) 2023-01-18 11:59:45 +08:00
Rhett Ying 56682040f1 [Doc] specify pytorch backend for tutorials 2023-01-18 09:59:34 +08:00
Rhett Ying 2331feacca Update conf.py 2023-01-17 17:50:51 +08:00
Rhett Ying ad3b09f189 Update conf.py 2023-01-17 16:29:39 +08:00
Rhett Ying 491237aa16 [Doc] ignore tutorial files for non-pytorch backend (#5191) 2023-01-17 16:09:36 +08:00
Rhett Ying 39106b7de2 [Doc] fix NDArray.numpy() issue (#5190) 2023-01-17 15:25:06 +08:00