Skip to content

Commit cd775c3

Browse files
author
Grégoire
committed
fix class name
1 parent cf441d2 commit cd775c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rnnslu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The **hyperparameters** define the whole architecture:
254254

255255
It gives the following code::
256256

257-
class ERNN(object):
257+
class RNNSLU(object):
258258

259259
def __init__(self, nh, nc, ne, de, cs):
260260
'''

0 commit comments

Comments
 (0)