ZQJiang
ZQJiang
好嘞 在2021年6月9日 ***@***.***> 写道: 可以参考qqwweee的yolo3的库 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
得到的仅仅是每个类的PR图,而不是整个算法的 发自我的小米手机在 Bubbliiiing ***@***.***>,2021年5月21日 下午10:02写道: get_map不就是吗 0 0 —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { ***@***.***":...
> 问题找到了,原来我把resnet50 的backbone换成了pytorch官方的,导致一部分layer的weight无法载入。 > > 感谢一直耐心的回复,也很欣赏这种细致的风格。已经star了 你好,我能看一下你“原来我把resnet50 的backbone换成了pytorch官方的,导致一部分layer的weight无法载入。joy” 的错误代码吗? 邮箱:[email protected] 谢谢
> > > 问题找到了,原来我把resnet50 的backbone换成了pytorch官方的,导致一部分layer的weight无法载入。 > > > 感谢一直耐心的回复,也很欣赏这种细致的风格。已经star了 > > > > > > 你好,我能看一下你“原来我把resnet50 的backbone换成了pytorch官方的,导致一部分layer的weight无法载入。joy” > > 的错误代码吗? > > 邮箱:[[email protected]](mailto:[email protected]) > > 谢谢 > > 并不会报错,部分weight无法的载入是我的推测,注释部分是载入官方resnet >...
The problem has been resolved. My computer only has a 2080ti, and in main.py os.environ["CUDA_VISIBLE_DEVICES"] = "1" Change it to os.environ["CUDA_VISIBLE_DEVICES"] = "0"
ok,thanks On 10/13/2021 11:53,Feng ***@***.***> wrote: Your batchsize is too small in my opinion. You may check your log file and your loss might not converage. — You are receiving...
我有时候按照论文官方给的代码的requirement.txt安装之后,运行代码也是会报错,就很奇怪