-
Notifications
You must be signed in to change notification settings - Fork 6
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
深度学习的新手 有几点小疑点 #3
Comments
问题1:可能是清理代码的时候忘记删除,如果代码中没有用到可以注释掉本行 |
请问这个问题怎么解决的呢?那个models中导入了build_model,如果注释了build_model就会报错,不注释models又没有定义,怎么办呀 |
就是from models import build_model这行 |
我也遇到了相同的问题,代码中没有models 这个模块,并且Windows下不能运行.sh文件 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
感谢你们在DETR发展中的贡献以及为细胞检测提供的数据集
我在windows的环境下运行你们的源码,发现main.py中导入了一个不知名的model,在你们的源码中我并没有发现这个模块
from models import build_model
论文中Abstract部分数据集提到了WBCDD,而后面均用的时WBCCD,是否是笔误了>.<
The text was updated successfully, but these errors were encountered: