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

adding include_top in load_weights() #180

Open
jason9075 opened this issue Aug 3, 2020 · 0 comments · May be fixed by #181
Open

adding include_top in load_weights() #180

jason9075 opened this issue Aug 3, 2020 · 0 comments · May be fixed by #181

Comments

@jason9075
Copy link

When use custom dataset, the number of class may not same as origin yolov4 model (filters=255).
If it still load 255 channels, the weights after layer 93 will be wrong.
Instead of loading 255 channels, I think it should add include_top feature in load_weights().

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

Successfully merging a pull request may close this issue.

1 participant