-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Yolo loss训练未降 #77
Comments
I think that the first truth_x_all is floating points while the second one is int. therefore the value after the subtraction is the digits after the decimal point. |
得到的是小数部分? |
得到小数部分,yolo回归的就是这个小数 |
我是这样理解的: |
Yolo_loss类中提及以下代码
以下两个相同数组的相减,其值不总是零吗? 有何用意?
The text was updated successfully, but these errors were encountered: