Unverified Commit 21e79886 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

[README] LSTM -> TreeLSTM

parent bdf1bb53
...@@ -130,7 +130,7 @@ Overall there are 30+ models implemented by using DGL: ...@@ -130,7 +130,7 @@ Overall there are 30+ models implemented by using DGL:
- DGL-RecSys(coming soon) - DGL-RecSys(coming soon)
### DGL for NLP/CV problems ### DGL for NLP/CV problems
- [LSTM](https://github.com/dmlc/dgl/tree/master/examples/pytorch/tree_lstm) - [TreeLSTM](https://github.com/dmlc/dgl/tree/master/examples/pytorch/tree_lstm)
- [GraphWriter](https://github.com/dmlc/dgl/tree/master/examples/pytorch/graphwriter) - [GraphWriter](https://github.com/dmlc/dgl/tree/master/examples/pytorch/graphwriter)
- [Capsule Network](https://github.com/dmlc/dgl/tree/master/examples/pytorch/capsule) - [Capsule Network](https://github.com/dmlc/dgl/tree/master/examples/pytorch/capsule)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment