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

Fix VGG dropout probability #272

Merged
merged 4 commits into from
Jan 18, 2024
Merged

Conversation

adrhill
Copy link
Contributor

@adrhill adrhill commented Jan 15, 2024

Closes #271 by setting default dropout probability to 0.5 and making keyword argument dropout_prob accessible.

src/convnets/vgg.jl Outdated Show resolved Hide resolved
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.

Awesome, thanks for the fix! Could you also bump the version so that we can release?

@theabhirath theabhirath merged commit 052d311 into FluxML:master Jan 18, 2024
42 checks passed
@adrhill adrhill deleted the ah/fix-vgg-dropout branch January 18, 2024 14:45
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 this pull request may close these issues.

Default VGG dropout probability changed to zero
3 participants