Skip to content

Commit 9e1bd2f

Browse files
authored
Update README.rst
1 parent d73422c commit 9e1bd2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ run RNN and see our result:
18861886
batch_size=128,
18871887
verbose=2)
18881888
1889-
predicted = Build_Model_RNN_Text.predict_classes(X_test_Glove)
1889+
predicted = model_RNN.predict_classes(X_test_Glove)
18901890
18911891
print(metrics.classification_report(y_test, predicted))
18921892

0 commit comments

Comments
 (0)