Skip to content

Commit

Permalink
rename nn_run to run_nn; add prototypingtest_rnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Mar 5, 2016
1 parent 8cdee1e commit 9238882
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions prototyping/test_rnn.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from __future__ import print_function
import PyTorch

PyTorch.require('rnn')

from PyTorchAug import nn

lstm = nn.LSTM(3,4)
print('lstm', lstm)

File renamed without changes.

0 comments on commit 9238882

Please sign in to comment.