* [Bugfix] add default value for BlockSampler
* [Doc] modify user_guide description about MultiLayerDropoutSample
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
* modify the wrong code in initialize the hetero_graph negative sampler
the etype in hetero graph should be name of edges
self.weights = {
etype: g.in_degrees(etype=etype).float() ** 0.75
for _, etype, _ in g.canonical_etypes
}
the original code will give etype a Tuple format, it cannot apply to the next processing:
self.weights[etype].multinomial(len(src), replacement=True)
and I add the part which confusing me to generate eid_dict
* fix
Co-authored-by: Quan Gan <coin2028@hotmail.com>
Co-authored-by: Shaow <coco11563@yeah.net>
* [Doc] Add CN chapter 5
* [Doc] Add CN 5.1
* [Doc] Add CN 5.2, 5.3, and 5.4 raw text
* [Doc] Add CN 5.2, 5.3, and 5.4 raw text
* [Doc] Put 5.1 CN parts
* [Doc] Put 5.2,5.3, and 5.4 raw CN parts
* [Doc] Fix linkage bugs.
* [Doc] 1st round of copyediting, Chapter5, 5.1, and part of 5.2
* [Doc] 2nd round of copyediting, removing EN parts.
* [Doc] 2nd round of copyediting, removing EN parts.
* [Doc] 2nd round of copyediting, removing EN parts.
* [Doc] 2nd round of copyediting, removing EN parts.
* [Doc] 3rd round of copyediting.
* [Doc] 4th round of copyediting to Minjie's comments.
* [Doc] 4th round of copyediting to Minjie's comments.
* [Doc] 4th round of copyediting to Minjie's comments.
* [Doc] 4th round of copyediting to Minjie's comments.
* [Doc] 4th round of copyediting to Minjie's comments.
* [Doc] 4th round of copyediting to Minjie's comments.
* [Doc] 5th round of copyediting to Murphy's comments.
* PPIDataset
* Revert "PPIDataset"
This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
* data pipeline user guide
* remove chapter numbers
* Update data.rst
* image in dataset userguide
* update links using ref
* modify the link of save_graphs and load_graphs in dataset user guide
* move image to s3 server.
* fix links and ref
* Hide implementations that may cause confusions to the user
* [Feature] Add full graph training with dgl built-in dataset.
* [Feature] Add full graph training with dgl built-in dataset.
* [Feature] Add full graph training with dgl built-in dataset.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Fix] Add random
* [Bug] Fix batch norm error
* [Doc] Test with CN in Sphinx
* [Doc] Test with CN in Sphinx
* [Doc] Remove the test CN docs.
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Doc] fill readme with new performance results
* [Doc] Add Chinese User Guide, graph and 1.5
* [Doc] Add Chinese User Guide, graph and 1.5
* Update README.md
* [Fix] Temporary remove compgcn
* [Doc] Add CN user guide chapter2
* [Test] Tunning format
* [Test] Tunning format
* [Test] Tunning format
* [Test] Tunning format
* [Test] Tunning format
* [Test] Section headers
* [Fix] Fix format errors
* [Fix] Fix format errors
* [Fix] Fix format errors
* [Doc] Add CN-EN EN-CN links
* [Doc] Add CN-EN EN-CN links
* [Doc] Copyedit chapter2
* [Doc] Copyedit chapter2
* [Doc] Remove EN in 2.1
* [Doc] Remove EN in chapter 2
* [Doc] Copyedit first 2 sections
* [Doc] Copyedit first 2 sections
* [Doc] copyedited chapter 2 CN
* [Doc] Add chapter 3 raw texts
* [Doc] Add chapter 3 preface and 3.1
* [Doc] Add chapter 3.2 and 3.3
* [Doc] Add chapter 3.2 and 3.3
* [Doc] Add chapter 3.2 and 3.3
* [Doc] Remove EN parts
* [Doc] Copyediting 3.1
* [Doc] Copyediting 3.2 and 3.3
* [Doc] Proofreading 3.1 and 3.2
* [Doc] Proofreading 3.2 and 3.3
* [Doc] Add chapter 4 CN raw text.
* [Clean] Remove codes in other branches
* [Doc] Start to copyedit chapter 4 preface
* [Doc] copyedit CN section 4.1
* [Doc] Remove EN in User Guide Chapter 4
* [Doc] Copyedit chapter 4.1
* [Doc] copyedit cn chapter 4.2, 4.3, 4.4, and 4.5.
* [Doc] Fix errors in EN user guide graph feature and heterograph
* [Doc] 2nd round copyediting with Murph's comments
* [Doc] 3rd round copyediting with Murph's comments
* [Doc] 3rd round copyediting with Murph's comments
* [Doc] 3rd round copyediting with Murph's comments
* [Sync] syncronize with the dgl master
* [Doc] edited after Minjie's comments, 1st round
* update cub
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* [Feature] Add full graph training with dgl built-in dataset.
* [Feature] Add full graph training with dgl built-in dataset.
* [Feature] Add full graph training with dgl built-in dataset.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Fix] Add random
* [Bug] Fix batch norm error
* [Doc] Test with CN in Sphinx
* [Doc] Test with CN in Sphinx
* [Doc] Remove the test CN docs.
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Doc] fill readme with new performance results
* [Doc] Add Chinese User Guide, graph and 1.5
* [Doc] Add Chinese User Guide, graph and 1.5
* [Doc] Add Chines User Guide
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* Update README.md
* [Doc] Finalize CN user guide chapter 1
* [Doc] Finalize CN user guide chapter 1
* [Doc] Finalize CN user guide chapter 1
* [Doc] Add CN link in user guide chapter 1
* [Doc] Add CN link in user guide chapter 1
* [Fix] Temporary remove compgcn
* [Doc] Add Chines User Guide
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] user guide cn chapter 1
* [Doc] Finalize CN user guide chapter 1
* [Doc] Finalize CN user guide chapter 1
* [Doc] Finalize CN user guide chapter 1
* [Doc] Add CN link in user guide chapter 1
* update hash in 3rd party
* [Fix] copyedit some errors
* [Fix] copyedit some errors
* [Fix] copyedit some errors
* [Fix] copyedit some errors
* [Fix] copyedit some errors
* Update
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
* [Feature] Add full graph training with dgl built-in dataset.
* [Feature] Add full graph training with dgl built-in dataset.
* [Feature] Add full graph training with dgl built-in dataset.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Bug] fix model to cuda.
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Feature] Add test loss and accuracy
* [Fix] Add random
* [Bug] Fix batch norm error
* [Doc] Test with CN in Sphinx
* [Doc] Test with CN in Sphinx
* [Doc] Remove the test CN docs.
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Feature] Add input embedding layer
* [Doc] fill readme with new performance results
* [Doc] Add Chinese User Guide, graph and 1.5
* [Doc] Add Chinese User Guide, graph and 1.5
* [Doc] Refactor and split chapter 4
* [Fix] Remove CompGCN example codes
* [Doc] Add chapter 2 refactor and split
* [Fix] code format of savenload
* [Doc] Split chapter 3
* [Doc] Add introduction phrase of chapter 2
* [Doc] Add introduction phrase of chapter 2
* [Doc] Add introduction phrase of chapter 3
* Fix
* Update chapter 2
* Update chapter 3
* Update chapter 4
Co-authored-by: mufeili <mufeili1996@gmail.com>
* [bug][doc] Fix bug in batched heterograph training documentation
* added references of "above" with hyperlinks
* address comments
* fix API doc on EdgeDataLoader
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
* PPIDataset
* Revert "PPIDataset"
This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
* data pipeline user guide
* remove chapter numbers
* Update data.rst
* image in dataset userguide
* update links using ref
* modify the link of save_graphs and load_graphs in dataset user guide
* move image to s3 server.
* fix links and ref