miemie2013 / Pytorch-PPYOLO

ppyolo in pytorch. 44.8% box mAP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train.py在run下可以运行,debug下报错

oym050922021 opened this issue · comments

train在run模式下可以正常运行,在debug下直接跳出异常,但也没有报是什么异常

Log贴一下呀

微信图片_20210119090502
微信图片_20210119090508

在train.py文件中最后的一个import 位置处设置断点,debug运行会直接跳出异常。

问题已经解决,在我的编辑器的setting里修改了一下,就可以debug运行了,感谢@mie'mie2013