-
Notifications
You must be signed in to change notification settings - Fork 64
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
在复制实验时遇到的问题 #16
Comments
'x'是在字典中的,可能是你字典路径没有指定正确,检查一下words_dict。 |
我检查了字典路径没有错误,但是仍然有这个报错。 |
你好,可以请问你的邮箱吗?在拜读论文时有一些不懂的地方想要请教。联系了文中给出的邮件,但是没有被回复。 |
Repository owner
deleted a comment from
NicoleSherwood
Oct 15, 2022
我也收到相同的错误 KeyError: 'x' |
@SuperHHzy 你解决这个错误了吗?如果是,你是如何解决的? |
@LBH1024 任何人请帮我解决这个错误 KeyError: 'x' |
你把数据集换成作者提供的数据集试试看 |
@SuperHHzy 非常感谢你的答复。请分享相同的数据集。我无法下载它。网站不接受我的手机号码下载。再次非常感谢 SuperHHzy。我的邮箱:pinkal21300@iiitnr.edu.in |
可能是你的x和字典的x,不是同一个,虽然看上去都差不多,你用python写一个if 判断是否相等就知道了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当我执行python train.py --dataset CROHME的时候,train.py执行到第72行代码的时候开始报错,但是这个错误很奇怪,我不是很明白,不知道你们有遇到过吗?
The text was updated successfully, but these errors were encountered: