Skip to content

Commit f75b2e0

Browse files
authored
Update README.md
1 parent 9a49586 commit f75b2e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For example, the figure above presents the processing time of a single mini-batc
1818

1919
CuPy and pynvrtc needed to compile the CUDA code into a callable function at runtime.
2020

21+
<br>
2122

2223
## Examples
2324
The usage of SRU is the similar to `nn.LSTM`.
@@ -58,3 +59,8 @@ output, hidden = rnn(x) # forward pass
5859
## Contributors
5960
- **Tao Lei** ([email protected])
6061
- **Yu Zhang** ([email protected])
62+
63+
## To-do
64+
- [ ] ReLU activation
65+
- [ ] Layer normalization + residual to compare with highway connection (current version)
66+

0 commit comments

Comments
 (0)