MarcusNerva / HMN

[CVPR2022] Official code for Hierarchical Modular Network for Video Captioning. Our proposed HMN is implemented with PyTorch.
MIT License
52 stars 9 forks source link

coco-caption #8

Closed Longshunhong closed 1 year ago

Longshunhong commented 2 years ago

I have a problem with evaluation indicators at runtime. Who can help me solve it. The problem is

Error: specify SCORE or EVAL or SING ||| Error: specify SCORE or EVAL or SING ||| 4.0 7.0 2.0 4.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 4.0 4.0 ||| ....

NCU-MC commented 2 years ago

My dear friend,How did you solve this problem: image

Longshunhong commented 2 years ago

My dear friend,How did you solve this problem: image

Dear friends, I also encountered this problem, and now I'm trying to get in touch with the author

Longshunhong commented 2 years ago

Dear friends, I also encountered this problem, and now I'm trying to get in touch with the author.Have you solved this problem?

------------------ 原始邮件 ------------------ 发件人: "MarcusNerva/HMN" @.>; 发送时间: 2022年10月7日(星期五) 晚上9:43 @.>; @.**@.>; 主题: Re: [MarcusNerva/HMN] coco-caption (Issue #8)

My dear friend,How did you solve this problem:

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

NCU-MC commented 2 years ago

Dear friends, I also encountered this problem, and now I'm trying to get in touch with the author.Have you solved this problem? ------------------ 原始邮件 ------------------ 发件人: "MarcusNerva/HMN" @.>; 发送时间: 2022年10月7日(星期五) 晚上9:43 @.>; @.**@.>; 主题: Re: [MarcusNerva/HMN] coco-caption (Issue #8) My dear friend,How did you solve this problem: — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

还没有,上周事情有点多没有时间debug,这周尝试一下能不能解决。

Longshunhong commented 2 years ago

Dear friends, I also encountered this problem, and now I'm trying to get in touch with the author.Have you solved this problem? ------------------ 原始邮件 ------------------ 发件人: "MarcusNerva/HMN" @.**>; 发送时间: 2022年10月7日(星期五) 晚上9:43 @.**>; @.**@.**>; 主题: Re: [MarcusNerva/HMN] coco-caption (Issue #8) My dear friend,How did you solve this problem: — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

还没有,上周事情有点多没有时间debug,这周尝试一下能不能解决。

In the training process, the process is always killed. Have you encountered this problem?

cayl-crypto commented 1 year ago

If the process is Killed. This means that your computer is not sufficent enough to run this code. I suggest you to implement the code in a machine with high computational power. Like have rtx 3090ti gpu, strong cpu and high speed RAMs with a lot of MBs.

myccver commented 1 year ago

My dear friend,How did you solve this problem: image

Hi, I meet the same error. The length of prediction and reference is 670, it works when I select slice data of them to calculate meteor_score. Could you share how you solved this problem?

NCU-MC commented 1 year ago

被杀死的情况我也遇到过,查询原因为 "out of memory",所以如果服务器内存不足或者正在运行的进程过多,都会造成这样的情况。