-
Notifications
You must be signed in to change notification settings - Fork 468
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
ValueError: Unknown layer: FixedDropout #137
Comments
Use the below link to download Noisy student weights without top and train the model. |
Thanks, @RakeshRaj97 It worked Now |
I solved it by importing the EfficientNetB4 from efficientnet.tfkeras import EfficientNetB4 |
@isahhin Thinks,it did work. |
I did like this, But I have this error. ValueError: Unknown layer: FixedDropout. Please ensure this object is passed to the |
hey, same here. Did you find out how to access FixedDropout layer? |
model1 = tf.keras.models.load_model('../input/cassava-leaf-disease-training/efficient_net.h5')
The text was updated successfully, but these errors were encountered: