Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhedongzheng committed Jul 27, 2017
1 parent 5b5da81 commit d5bea43
Show file tree
Hide file tree
Showing 4 changed files with 99,856 additions and 15,953 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


if __name__ == '__main__':
with open('./temp/jay.txt', encoding='utf-8') as f:
with open('./temp/beijing.txt', encoding='utf-8') as f:
text = f.read()

model = RNNTextGen(text)
log = model.fit(start_word = u'你要离开', n_gen=100)
log = model.fit(start_word = u'北京市', n_gen=200)
Loading

0 comments on commit d5bea43

Please sign in to comment.