-
Notifications
You must be signed in to change notification settings - Fork 69
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
eval erro #18
Comments
那就直接设为none吧 |
设为none之后又会有其他的问题: |
你去看一下self critical..pytorch,那个里面都fix了基本上 |
那个里面的eval.py好像没有denseatt: |
Denseatt should be in self critical pytorch. |
您好,使用您github上的参数训练模型,在eval时遇到了如下错误:
Traceback (most recent call last):
File "eval.py", line 137, in
vars(opt))
File "/home/dusen/YKQ/Image_Captioning_AI_Challenger/eval_utils.py", line 97, in eval_split
data['att_masks'][np.arange(loader.batch_size) * loader.seq_per_img]]
KeyError: 'att_masks'
希望能得到您的解答,万分感谢!
The text was updated successfully, but these errors were encountered: