文件历史

4 次代码提交

作者 SHA1 备注 提交日期
Zihao Ye 742d79a792 upd (#741) 2019-08-06 18:39:05 +08:00
Minjie Wang fc9d30fae4 [Graph] add local scope function (#735)
* add local scope function

* fix lint

* fix docstring

* change local_scope to local_var; add context manager

* address comments
2019-08-02 00:11:48 -04:00
Lingfan Yu 5549c70d33 [BugFix] Fix memory leak in DGL edge softmax module (#643)
* fix gat memory increase bug

* work around mxnet memory leak bug

* comments

* poke linter

* lint

* lint
2019-06-10 18:44:23 -04: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