Skip to content
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

关于demo文件执行出错的问题 #43

Open
WateverOk opened this issue Feb 21, 2022 · 1 comment
Open

关于demo文件执行出错的问题 #43

WateverOk opened this issue Feb 21, 2022 · 1 comment

Comments

@WateverOk
Copy link

你好,我在执行下载的demo文件时出现了下面的问题,我的库是按照您的要求下载的,但是我的显卡是3060,不知道是不是因为这个原因?
/home/cy/code/MBNet/MBNet-master/MBNet-master/keras_MBNet/bbox_transform.py:41: RuntimeWarning: overflow encountered in exp
pred_w = np.exp(dw) * widths[:, np.newaxis]
/home/cy/code/MBNet/MBNet-master/MBNet-master/keras_MBNet/bbox_transform.py:41: RuntimeWarning: overflow encountered in multiply
pred_w = np.exp(dw) * widths[:, np.newaxis]
/home/cy/code/MBNet/MBNet-master/MBNet-master/keras_MBNet/bbox_transform.py:42: RuntimeWarning: overflow encountered in exp
pred_h = np.exp(dh) * heights[:, np.newaxis]
/home/cy/code/MBNet/MBNet-master/MBNet-master/keras_MBNet/bbox_transform.py:42: RuntimeWarning: overflow encountered in multiply
pred_h = np.exp(dh) * heights[:, np.newaxis]

@CalayZhou
Copy link
Owner

是的,之前都是在20系列显卡上调试的,30显卡跑本代码环境大概率会有问题出现

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants