文件历史

38 次代码提交

作者 SHA1 备注 提交日期
Jacob Stevens 4713a33218 Update README.md (#1095)
Extra open brace in the .bibtex entry results in an error
2019-12-13 00:35:57 +08:00
VoVAllen a5a052b5bf [Fix] Fix #1078, #1077 and add nightly build to readme 2019-12-09 00:03:35 +08:00
Guo Qipeng fff3dd9593 [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
2019-12-05 02:44:15 +08:00
Quan (Andy) Gan 5833825bed Update README.md (#1044) 2019-11-25 22:12:27 +08:00
Quan (Andy) Gan 43028f702f Update README.md (#916)
* Update README.md

* Update README.md
2019-10-25 22:18:41 +08:00
Chao Ma fc1aa1940d update the web link of d2l (#915) 2019-10-09 12:30:01 +09:00
Mufei Li 189c2c0907 [Model Zoo] Refactor Model Zoo for Chemistry (#839)
* Update

* Update

* Update

* Update fix

* Update

* Update

* Refactor

* Update

* Update

* Update

* Update

* Update

* Update

* Fix style
2019-09-07 20:01:09 +08:00
Zihao Ye aa0a53d7a6 [Doc] Add cite section in README (#827)
* upd

* upd
2019-09-04 21:04:02 +08:00
Quan (Andy) Gan f212cde471 Update README.md (#811) 2019-08-30 10:01:59 +08:00
Minjie Wang 6c77f26438 [Doc] Update README.md (#724) 2019-07-23 15:59:03 -04:00
VoVAllen c3d74e0f7f [Fix] Fix license badge (#671)
* Add serialization

* fix broken badge

* Revert "Add serialization"

This reverts commit e838bb1faa2503d14593d702be00514f936c9027.

* fix
2019-06-20 14:49:26 +08:00
Lingfan Yu 82bb9a9b6a [README] Update speed numbers in README (#661)
* update speed numbers in readme

* numbers in examples/pytorch/readme
2019-06-15 14:27:58 -07:00
Lingfan Yu 74e13eea61 [Model] Update GAT model code (#622)
* 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
2019-06-08 21:41:38 -04:00
Lingfan Yu 5033d94530 [News] Add GTC 2019 Tutorial as news in readme (#462) 2019-03-23 17:39:09 -04:00
Lingfan Yu 32e0f74811 [Release] Update readme performance number (#441)
* update README performance number

* news
2019-03-08 18:17:31 -05:00
Tianyi cdbeb17f2d [Model] Simplifying Graph Convolutional Networks. (#405)
* [Model] Simplifying Graph Convolutional Networks.

* - improve code stype (use nn.Linear)
- use `bias` option
- update hyperparameter and corresponding performance
2019-02-22 15:17:26 +08:00
VoVAllen 1989f8f43c fix broken link (#366) 2019-01-26 23:17:55 +08:00
Minjie Wang 6f9ae8d61e [Doc] main doc page update and contribute guide (#336)
* reorg the doc mainpage

* contribute guide
2019-01-04 17:02:37 -05:00
Aston Zhang a63c335134 [DOC] provide supplementary resources (#326)
* provide supplementary resources

We encourage DL beginners to check out DGL project by providing links on both English and Chinese README :)

https://github.com/diveintodeeplearning/d2l-zh/blob/master/README.md
https://github.com/diveintodeeplearning/d2l-en/blob/master/README.md

* Update README.md
2018-12-26 16:21:25 +08:00
Minjie Wang d7a3b2a515 [Doc] Readme update (#303)
* add links in readme

* fix

* fix
2018-12-13 15:18:13 -05:00
Lingfan Yu f896e49031 [Doc] fix link in README (#296)
* fix mxnet link

* fix issue link
2018-12-11 14:48:49 -05:00
Gan Quan 322bd713e4 [Release] 0.1.2: Require Windows 10 (#277)
* 0.1.2 release

* oops

* more fixes on windows

* [Bugfix] fix download dir (#275)

* fix download dir

* add doc for the env var

* windows 7 -> 10

* doc update
2018-12-07 04:46:21 -05:00
Da Zheng f491d6b9e7 [Readme] add an M. (#273) 2018-12-06 22:41:45 -05:00
Gan Quan ac660f45ef [Doc] Readme (#265)
* [Doc] updated readme

* contribution guide change

* small edits

* add perf #

* Update README.md

* Update README.md

* add others...

* rewrite scalability

* model & code links

* some note for treelstm

* rewrite scalability
2018-12-06 00:31:04 -05:00
Minjie Wang 7fe6d0c857 [Doc] Refactor API doc (#128)
* refactor API doc; add markup link in tutorials

* fix readme
2018-11-08 22:57:16 -05:00
Gan Quan 87ed21ec42 [Doc] Basic tutorials & two model tutorials (#118)
[Doc] Basic tutorials & two model tutorials
2018-11-04 22:57:05 -05:00
VoVAllen a50bbe58c2 Merge branch 'master' into master 2018-10-24 19:21:36 +08:00
Minjie Wang 2046980231 [DOC] API tutorials (#96)
* setup sphinx-gallery; work on graph tutorial

* draft dglgraph tutorial

* update readme to include document url

* rm obsolete file

* Draft the message passing tutorial
2018-10-23 16:27:15 -04:00
Minjie Wang 0efd2aad9c update readme to include document url 2018-10-22 16:12:04 -04:00
Gan Quan 16cd670d48 MinGW building instructions 2018-10-18 13:40:36 -04:00
Lingfan Yu cdf7334cc6 Dockerfile and CI (#74)
* Test CPP branch CI (#2)

* Fix batching node-only graphs (#62)

* fixing batching with graphs with no edges

* oops forgot test

* fix readme

* Docker and Jenkins (#1)

* docker ci cpu

* install python packages

* docker ci gpu

* add readme

* use dgl cpu image

* run command in container as root

* use python3

* fix test case

* remove nose from docker file

* docker folder readme

* parallelize cpu and gpu

* top level stages

* comment out python2 related installation

* fix

* remove igraph

* building for cpp

* change building order

* export env in test stage

* withEnv

* run docker container as root

* fix test cases

* fix test cases

* minor

* remove old build
2018-10-07 19:18:43 -04:00
Gan Quan 3a3e5d481d submodule descriptions 2018-09-30 23:44:54 -04:00
Gan Quan bd7e269f6c oops 2018-09-30 23:25:12 -04:00
Gan Quan 3894e8fa98 brief building instructions 2018-09-30 23:23:41 -04:00
Minjie Wang 8361bbbef3 Update README.md 2018-07-23 01:08:17 -04:00
Minjie Wang beaeb8a827 Setup Jenkins (#30)
* jenkins init

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test succ (#1)

* test succ

* test fail

* fix fail

* fix jenkins

* icon

* icon

* icon
2018-07-22 18:38:37 -04:00
zzhang-cn eb507e4f08 intro in README 2018-06-19 12:10:28 +08:00
Zheng Zhang 4adc0b2699 Create README.md 2018-06-19 11:57:30 +08:00