Closed XJWang628 closed 1 year ago
Hi, my bug is "'FCOS' object has no attribute 'forward_test'".
嗨,我在单个 3090 上训练 BoXTeacher 时遇到了“属性错误:'BoxTeacher' 对象没有属性'模块'”,有什么办法可以解决吗? You can find the code where the error occurred and remove the '.module ', I solved the bug with this method。
Thank @Huster-Hq for solving this issue. As for that FCOS does not have "forward_test", you might need to use the modified version of FCOS in this repo, in which we have add "forward_test".
Hi, I encountered "AttributeError: 'BoxTeacher' object has no attribute 'module'" while training BoXTeacher on a single 3090, is there any way to solve it?