Skip to content

Commit

Permalink
Update babi_memnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u authored Mar 16, 2017
1 parent b5a0239 commit 1a0792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/babi_memnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ def vectorize_stories(data, word_idx, story_maxlen, query_maxlen):
# train
model.fit([inputs_train, queries_train], answers_train,
batch_size=32,
epochs=3,
epochs=120,
validation_data=([inputs_test, queries_test], answers_test))

0 comments on commit 1a0792a

Please sign in to comment.