Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugnelis committed Oct 21, 2017
1 parent fff2fa3 commit c6c011e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ def main(argv):
logging.info("Original:\n%s", test_texts[i])
logging.info("Decoded:\n%s", decoded_text)

# Save model weights to disk.
save_path = saver.save(session, MODEL_PATH)
logging.info("Model saved in file: %s", save_path)


if __name__ == '__main__':
tf.app.run()

0 comments on commit c6c011e

Please sign in to comment.