Skip to content

Commit 9b3e43e

Browse files
committed
typo
1 parent 7af72a4 commit 9b3e43e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/rnnrbm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def build_rnnrbm(n_visible, n_hidden, n_hidden_recurrent):
103103
updates_train : dictionary of Theano variable -> Theano variable
104104
Update object that should be passed to theano.function when compiling the training function.
105105
v_t : Theano matrix
106-
Symbolic variable holding a generate sequence (used during sampling)
106+
Symbolic variable holding a generated sequence (used during sampling)
107107
updates_generate : dictionary of Theano variable -> Theano variable
108108
Update object that should be passed to theano.function when compiling the generation function.'''
109109

doc/rnnrbm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The ``build_rnnrbm`` function defines the RNN recurrence relation to obtain the
167167
updates_train : dictionary of Theano variable -> Theano variable
168168
Update object that should be passed to theano.function when compiling the training function.
169169
v_t : Theano matrix
170-
Symbolic variable holding a generate sequence (used during sampling)
170+
Symbolic variable holding a generated sequence (used during sampling)
171171
updates_generate : dictionary of Theano variable -> Theano variable
172172
Update object that should be passed to theano.function when compiling the generation function.'''
173173

0 commit comments

Comments
 (0)