Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
cld2005 committed Dec 12, 2017
1 parent d6dcbd2 commit d1fcd4e
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 67 deletions.
193 changes: 128 additions & 65 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_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def decode_sequence(input_seq):
return SPACE.join(decoded_sentence)


"""

# test with training data
for seq_index in range(NUM_PREDICTION):
# Take one sequence (part of the training test)
Expand All @@ -294,7 +294,7 @@ def decode_sequence(input_seq):
decoded_sentence = decode_sequence(input_seq)
print('Input sentence:', input_texts[seq_index])
print('Decoded sentence:', decoded_sentence)
"""



def test_sequence(test_lines):
Expand Down
Empty file added result_dec_11
Empty file.
Loading

0 comments on commit d1fcd4e

Please sign in to comment.