An open API service indexing awesome lists of open source software.

https://github.com/atcold/lstm-test

Starting to play with LSTM and graphs
https://github.com/atcold/lstm-test

Last synced: about 1 year ago
JSON representation

Starting to play with LSTM and graphs

Awesome Lists containing this project

README

          

# LSTM test

To run the code type:

```bash
th -i LSTM-hw.lua
```

To output the weight of a `nn.Linear()` layer: check on the SVG which node you want. Then:

```lua
myNode = 20
getParameters(myNode)
```

To print the intput and output of the `LSTM_module` at time `t`:

```lua
t = 1
showTime(t)
```