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 test for recent keras 3 change #1400

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

mattdangerw
Copy link
Member

When dropout rate is zero, dropout will now create no variables (no rng seeds). We should set a non-zero dropout to test the presence of these seeds in tests.

When dropout rate is zero, dropout will now create no variables (no
rng seeds). We should set a non-zero dropout to test the presence of
these seeds in tests.
@mattdangerw mattdangerw marked this pull request as ready for review January 10, 2024 23:03
@mattdangerw mattdangerw requested a review from nkovela1 January 11, 2024 00:23
Copy link
Collaborator

@nkovela1 nkovela1 left a comment

Choose a reason for hiding this comment

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

LGTM!

@mattdangerw mattdangerw merged commit 6250fa9 into keras-team:master Jan 11, 2024
10 checks passed
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.

2 participants