Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
cld2005 committed Nov 28, 2017
1 parent 6562787 commit 50fee92
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
39 changes: 20 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lstm_seq2seq_word_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_with_unseen_data():
epochs=epochs,
validation_split=0.2,verbose='1')
# Save model
print ('saving....:models/s2s_south_park_epoch_%d.h5' % (i * 10 + 10))
model.save('models/s2s_south_park_epoch_%d.h5' % (i * 10 + 10))
print ('saving....:models/s2s_south_park_epoch_%d.h5' % (i * epochs + epochs))
model.save('models/s2s_south_park_epoch_%d.h5' % (i * epochs + epochs))

test_with_unseen_data()
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mkdir glove.6B
cd glove.6B
wget https://s3.amazonaws.com/cld2005.glove.100/glove.6B.100d.txt
cd ../LSTM_seq2seq
git check out single_word
git checkout single_word

0 comments on commit 50fee92

Please sign in to comment.