Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xcmyz authored Jun 12, 2019
1 parent b0dae79 commit 76435a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def synthesis_total_model(text_seq, model, alpha=1.0, mode=""):
model.load_state_dict(checkpoint['model'])
print("Model Have Been Loaded.")

words = "Hello! Long time no see!"
words = "I want to go to CMU to do research on deep learning."
synthesis_total_model(words, model, alpha=1.0, mode="normal")
print("Synthesized.")

0 comments on commit 76435a1

Please sign in to comment.