GithubHelp home page GithubHelp logo

Comments (6)

isahhin avatar isahhin commented on June 1, 2024 4

I solved it by importing the EfficientNetB4
The problem is that it looks some functions, therefore, we have to import them.

from efficientnet.tfkeras import EfficientNetB4
model = models.load_model('your_model.h5')

from efficientnet.

RakeshRaj97 avatar RakeshRaj97 commented on June 1, 2024 1

Use the below link to download Noisy student weights without top and train the model.
This solved me the issue of FixedDropout in load_model

https://colab.research.google.com/github/keras-team/keras-io/blob/master/examples/vision/ipynb/image_classification_efficientnet_fine_tuning.ipynb#scrollTo=1rU4e_jLulNs

from efficientnet.

prakashsellathurai avatar prakashsellathurai commented on June 1, 2024

Thanks, @RakeshRaj97 It worked Now

from efficientnet.

JasonCZH4 avatar JasonCZH4 commented on June 1, 2024

@isahhin Thinks,it did work.

from efficientnet.

dinusharuwan avatar dinusharuwan commented on June 1, 2024

I did like this, But I have this error.
pls any one can help me....

ValueError: Unknown layer: FixedDropout. Please ensure this object is passed to the custom_objects argument. See https://www.tensorflow.org/guide/keras/save_and_serialize#registering_the_custom_object for details.

from efficientnet.

elliestath avatar elliestath commented on June 1, 2024

hey, same here. Did you find out how to access FixedDropout layer?
I try to do something like keras.layers.FixedDropout

from efficientnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.