-
Notifications
You must be signed in to change notification settings - Fork 93
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
按照paper给出的初始化方案、相应的参数设置,在UCF101上进行训练,发现loss下降速度非常慢,甚至到了100个epoch时,top-1的acc才勉强到10%。。。 #47
Comments
这么慢吗?你加载预训练模型了吗?用kinetics预训练模型,20epoch基本上ok了,我跑的。 |
已经搞定了,是我自己写网络的forward函数的时候出了点问题
2459699580
邮箱:[email protected]
Signature is customized by Netease Mail Master
在2019年05月30日 09:46,chen-ming2019 写道: 这么慢吗?你加载预训练模型了吗?用kinetics预训练模型,20epoch基本上ok了,我跑的。
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#47?email_source=notifications\u0026email_token=AH3M57CJAZRI52EOZIIAILTPX4WWXA5CNFSM4HPZ3IVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWRDKII#issuecomment-497169697",
"url": "#47?email_source=notifications\u0026email_token=AH3M57CJAZRI52EOZIIAILTPX4WWXA5CNFSM4HPZ3IVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWRDKII#issuecomment-497169697",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
@chen-ming2019 你好 我利用ECO模型训练时 加载了models/eco_lite_rgb_16F_kinetics_v3.pth.tar ,代码如下:
但是训练的时候一直不收敛 loss一直是4.61左右,例子如下: Time 1.450 (1.450) Loss 4.6444 (4.6444) Prec@1 0.000 (0.000) Prec@5 0.000 (0.000) 这是怎么回事呀 当我从头训练时 也是这个结果。 |
@ yeyuanzheng177 你训练了多少epoch, 一直是这样吗?看你写的初始化(un_init_keys 部分)和原来的不一样,你试过他原来的初始化方法吗? |
@chen-ming2019 您好 当我使用原来的初始化方法加载eco_lite_rgb_16F_kinetics_v3.pth.tar模型的时候 报维度不一致的错误。代码如下:
报错如下:RuntimeError: Error(s) in loading state_dict for ECO: |
@chen-ming2019 为了解决维度不一致 的问题 我只有这样写: |
@yeyuanzheng177 我用它的预训练模型大概微调了50 epoch左右,在ucf101 验证集上(split1)loss大概在0.3左右,准确率和论文中的差不多91% 多一点。超参数我采用的是他resposity中最新版本的(pretrained_parts 选择finetune)https://github.com/mzolfaghari/ECO-pytorch/blob/master/opts.py,我直接跑的他给的代码。 |
@chen-ming2019 十分感谢你 现在代码已经收敛 并且 我还添加了测试代码和cam实时测试代码 能很好的工作。 |
This comment has been minimized.
This comment has been minimized.
@chen-ming2019 你复现的那个准确率是top5还是top1?论文里面的准确率是指的top5还是top1? |
您好,我用您说的方法,但是程序显示有bug,能加一下您的联系方式交流一下吗~~万分感谢。 |
我用的原作的k400的预训练模型,ECO-full 24segments版本fc层替换掉,split1数据集,第一个epoch结束后top1 acc可达到0.8左右,5个epoch训练就快饱和了,但是test精度没有达到93,最多只有81%。十分尴尬。 |
参考这个#53 (comment) |
提好了你在线,这条我有看到过,我用的是官方提供的split1的list。方便加我下吗?想深入探讨一下,我wx raywzs |
地址404了,能否发我一下你的参数?另外是多少f 下的91 |
请问 你的预训练模型在哪儿下载的呀~ 可以分享下吗 万分感谢! qq2538784404 |
No description provided.
The text was updated successfully, but these errors were encountered: