Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于如何运行的问题 #10

Open
git-mengmeng opened this issue Mar 12, 2018 · 0 comments
Open

关于如何运行的问题 #10

git-mengmeng opened this issue Mar 12, 2018 · 0 comments

Comments

@git-mengmeng
Copy link

首先感谢兄dei提供的工程,我对RNN不太了解,我想知道这个工程 如何能运行起来,然后来研究流程

我的准备情况是这样,我在pydev建立的工程 语法py2.7,解释器是py3.6(已装好TensorFlow),这样不用去修改print 但是报错的地方依然是utils.py中的47行if type(word) is unicode: 我修改为 if isinstance(word,str)==True:

在resource文件夹中把兄dei网盘中的wiki.zh.vec放在里面,加上原先的3个txt 就是这4个文件
config.py 中 我先把action中的predict改成了 train 试着能否运行 结果是不能运行

所以兄dei能告诉我 正确的运行方法吗,真的很想知道

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant