Skip to content

Latest commit

 

History

History
 
 

rnn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

RNN Modules

Test implementation of RNN modules - Elman, LSTM, and GRU along with a test training process.

Running the Example

Setup environment variables (run this from the top-level hasktorch project directory where the setenv file is):

source setenv

Building and running:

stack run rnn