Skip to content

kefins/RobotWriter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotWriter

A robot writer by tensorflow rnn original from 中文古诗自动作诗机器人 and 《安娜卡列尼娜》文本生成——利用TensorFlow构建LSTM模型

requiest: tensorflow, python3

usage:

# train
python3 main.py --t [--b=] [--s=] [--e=]
b=bath size 设置每批次包含多少个序列 默认 3
s=sequnce length 设置每个序列包含多少个词单元(单字或词)默认 150
e=eporch count 设置总计训练多少轮 默认 200
#generate
python3 main.py --w [--l=]
l=limit 设置最多输出多少个字结束 默认 1000

About

A robot writer by tensorflow rnn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • JavaScript 4.5%
  • Shell 0.6%