-
Notifications
You must be signed in to change notification settings - Fork 88
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
多batch训练 #14
Comments
我也想问这个,训练的时候刷刷的数一个一个往外蹦 |
你练的是什么数据?主动跟踪效果怎么样? @xujiao3628 |
我就试了一下 |
@BigPuns @xujiao3628 难道不能用大一点的batch训练么 我很奇怪好多个代码都是按照batch_size=1来训练的,如果训练数据是ILSVRC和youtube-bb的话 那得训练到什么时候…… |
他们训练肯定是 多卡 ,batch_size = 1要好久 更何况youtube这种数据 能提供一下youtube数据的分享吗? |
请问,为什么我训练的过程中会出现closs_ == nan ? |
@woailuoshenqi 应该是你哪里搞错了,数据,代码,自己检查一下吧 |
@BigPuns 你好,我想请问一下data_loader.py中涉及的数据集TrainDataLoader(simple_vot13)在哪里下载? |
@KMSZJJ 搜索一下啊vot2013的数据集,跟踪基本的评测集啊 |
@BigPuns @xujiao3628 请问你们是如何解决多batch 训练的,谢谢大佬们。 |
这个训练的时候能多个batch来练嘛?每次取一个视频帧对来练,走完一个epoch都要好久。
The text was updated successfully, but these errors were encountered: