Skip to content

Commit

Permalink
Update rnn.md (apache#8320)
Browse files Browse the repository at this point in the history
  • Loading branch information
szha authored Oct 18, 2017
1 parent 9034855 commit 2e5160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/python/gluon/rnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ with model.name_scope():
model.add(mx.gluon.rnn.LSTM(20))
model.add(mx.gluon.nn.Dense(5, flatten=False))
model.initialize()
model(mx.nd.ones((2,3,5)))
model(mx.nd.ones((2,3)))
```

```eval_rst
Expand Down

0 comments on commit 2e5160d

Please sign in to comment.