Giter VIP home page Giter VIP logo

Comments (4)

nhannguyen2709 avatar nhannguyen2709 commented on July 24, 2024 2

@NicolettaK You got that error since keras_resnet library uses a custom BatchNormalization layer

The following code works for me:
model = load_model(model_path, custom_objects={'BatchNormalization': keras_resnet.layers.BatchNormalization})

from keras-resnet.

hgaiser avatar hgaiser commented on July 24, 2024

load_model is implemented in keras.models. Try:

model = keras.models.load_model(model_path)

from keras-resnet.

NicolettaK avatar NicolettaK commented on July 24, 2024

When I reload a saved model with keras.models.load_model(model_path)
I got a the following error:

TypeError: ('Keyword argument not understood:', 'freeze')

how can I overcome it?

from keras-resnet.

AirFishWang avatar AirFishWang commented on July 24, 2024

@NicolettaK You got that error since keras_resnet library uses a custom BatchNormalization layer

The following code works for me:
model = load_model(model_path, custom_objects={'BatchNormalization': keras_resnet.layers.BatchNormalization})

@nhannguyen2709 it not works for me, I don't know why

from keras-resnet.

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.