GithubHelp home page GithubHelp logo

Comments (6)

pranavdogra7 avatar pranavdogra7 commented on May 17, 2024 4

Hi,

I was installed efficientnet==0.0.4, but got same error.

tensorflow 1.12.0
keras 2.2.4

please help , thanks

@Eton try this

from keras.models import load_model
import efficientnet
_ = efficientnet.model.EfficientNetB5() #which ever architecture you trained on, I used B5
model = load_model('model/model_weights_efficient.h5')

from efficientnet.

qubvel avatar qubvel commented on May 17, 2024 3

If you update the lib a few days ago installing it from source, please roll back, they are not compatible.
Try pip install -U efficientnet==0.0.4 and try to load model again.

from efficientnet.

anandravi24 avatar anandravi24 commented on May 17, 2024

Thank you, it worked. I uninstalled the latest version and installed it again using the command you mentioned above.

from efficientnet.

Eton avatar Eton commented on May 17, 2024

Hi,

I was installed efficientnet==0.0.4, but got same error.

tensorflow 1.12.0
keras 2.2.4

please help , thanks

from efficientnet.

emoen avatar emoen commented on May 17, 2024

What has happend to version 0.0.4?

When I run RUN pip install -U git+https://github.com/qubvel/efficientnet==0.0.4
i get:
ERROR: Command errored out with exit status 128: git clone -q https://github.com/qubvel/efficientnet==0.0.4 'C:\Users<..>\AppData\Local\Temp\pip-req-build-l4nz2h8r' Check the logs for full command output.

from efficientnet.

emoen avatar emoen commented on May 17, 2024

I think the command should be: pip install -U git+https://github.com/qubvel/[email protected]

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.