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

Convolution in last layer should have bias = True #8

Open
HamsterHuey opened this issue May 4, 2019 · 0 comments
Open

Convolution in last layer should have bias = True #8

HamsterHuey opened this issue May 4, 2019 · 0 comments

Comments

@HamsterHuey
Copy link

All other Conv2D layers have bias=False since they are followed by a batch-norm layer which essentially has a bias term. However, the final layer does not have batch-norm at the output and should have a bias term. This is how it is in the reference YOLO implementation.

https://github.com/vietnguyen91/Yolo-v2-pytorch/blob/9589413b5dce0476eb9cccc41945cf30cf131b34/src/yolo_net.py#L64

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