-
Notifications
You must be signed in to change notification settings - Fork 119
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
我在切换骨干网络时遇到一些问题 #165
Comments
可以使用CPU看看, CUDA的报错经常似是而非. 我觉得应该是显存OOM了, 可以调小size跑下试试看. |
用的 |
我说的是size调小啊, 不是batch size. |
尺寸也调小了。会报这种错:
|
|
未调节backbone时没有这个错误么? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我通过
config.py
中将骨干网络切换成了swin_v1_t
。同时将self.size
修改成了(2240, 2240)
。从头开始训练时,训练到
epoch=10
时出现问题:请教一下。
The text was updated successfully, but these errors were encountered: