Andrechang / LSTM-test

Starting to play with LSTM and graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTM test

To run the code type:

th -i LSTM-hw.lua

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

myNode = 20
getParameters(myNode)

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

t = 1
showTime(t)

About

Starting to play with LSTM and graphs


Languages

Language:Lua 100.0%