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

代码实现问题 #1

Open
esterL2 opened this issue Dec 2, 2019 · 2 comments
Open

代码实现问题 #1

esterL2 opened this issue Dec 2, 2019 · 2 comments

Comments

@esterL2
Copy link

esterL2 commented Dec 2, 2019

您好,因为我最近也在看这篇论文。正好看见了您在github上面的复现。我试着把您的代码下载下来,在我的pycharm上面出现了bug,我想冒昧的问一下,您的这个代码可以复现嘛?

@zhangjf-nlp
Copy link
Owner

谢谢你的关注,这是我大概两年前的代码了,现在来看也是写得很粗糙,甚至还含有后来其他实验的代码(如编写GRU并以此来测试性能)
当时是成功复现了论文中的效果的
至于你不能运行的原因可能有以下几点:
1.路径不对,在很多文件中都含有我PC上的绝对路径
2.缺少环境支持,如pytorch、visdom、tqdm都是我这个项目运行需要的环境,具体安装可参考chenyuntc的pytorch讲解
3.缺少词向量文件,文件的路径写在config.py中,为data/glove.840B.300d/glove.840B.300d.trial,你可以下载glove词向量文件并修改config.py对应部分或在此路径新建一个空文本文件
4.我很少使用PyCharm,一般都是使用jupyter notebook进行编辑,这可能也是原因之一

后续我有空时我会完善此项目

@esterL2
Copy link
Author

esterL2 commented Dec 2, 2019

谢谢您的回复。我现在已经开始调试了,有了您的耐心回复,我有了很大的信心!您很优秀,希望下一步我也能像您一样,早日独立复现论文,HaHa😜

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

2 participants