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 MBConv Layer for Quickstart #1951

Merged
merged 2 commits into from
Jul 14, 2023
Merged

Conversation

ianstenbit
Copy link
Contributor

@ianstenbit ianstenbit commented Jul 14, 2023

With TF backend, noise_shape + Dropout has to be created during init, not in the model call

Fixes #1940.

Copy link
Contributor

@jbischof jbischof left a comment

Choose a reason for hiding this comment

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

Thanks!

@ianstenbit
Copy link
Contributor Author

/gcbrun

@ianstenbit ianstenbit merged commit b1888aa into keras-team:master Jul 14, 2023
9 checks passed
@ianstenbit ianstenbit deleted the mbconv-fix branch July 14, 2023 15:42
ghost pushed a commit to y-vectorfield/keras-cv that referenced this pull request Nov 16, 2023
* Fix dropout in mbconv layers

* Fix dropout in mbconv layers
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.

Error with quickstart example using keras_core
2 participants