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

Removed extra mobilenetv1 fc layer, fcsize param #189

Merged
merged 3 commits into from
Jul 28, 2022
Merged

Removed extra mobilenetv1 fc layer, fcsize param #189

merged 3 commits into from
Jul 28, 2022

Conversation

cluffa
Copy link
Contributor

@cluffa cluffa commented Jul 28, 2022

#186
My first PR! Thanks @theabhirath for a good first issue. I found that the best way to fix was to also remove the fcsize parameter. It's not used by the non-configurable function, so I'm assuming it's not used much.

It's also an option to set fcsize = nothing and add extra layer if fcsize !== nothing.

@cluffa cluffa marked this pull request as ready for review July 28, 2022 02:56
Copy link
Member

@theabhirath theabhirath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, seems good to me! Maybe @darsnack can comment on keeping the extra FC layer optionally?

@theabhirath theabhirath linked an issue Jul 28, 2022 that may be closed by this pull request
Copy link
Member

@darsnack darsnack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, your proposed changes look great! I don't think we need to maintain the ability to have an intermediate layer.

Can you update the version in the Project.toml to 0.8.0-DEV so that we don't forget that there is now a breaking change for release? (You can commit and push more changes to your fork and this PR will auto-update).

@cluffa cluffa requested a review from darsnack July 28, 2022 15:33
Copy link
Member

@darsnack darsnack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@darsnack darsnack merged commit 2b1fbd1 into FluxML:master Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MobileNetv1 doesn't match the implementation in the paper
3 participants