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

有一个bug #1

Open
buptcwk opened this issue Dec 3, 2019 · 0 comments
Open

有一个bug #1

buptcwk opened this issue Dec 3, 2019 · 0 comments

Comments

@buptcwk
Copy link

buptcwk commented Dec 3, 2019

在11_lr_model的第103行中,center_point = 4*(kernel*kernel//2)应改为center_point = 4*((2*kernel+1)*(2*kernel+1)//2)
中点取错了..
这个BUG是在运行最后一份代码时,对于不同kernel_size的pre acc应该是要相同的,但运行结果却不同所以发现的。

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

1 participant