Code Monkey home page Code Monkey logo

Comments (4)

davlee1972 avatar davlee1972 commented on July 27, 2024 1

I made a pull request to fix infer.py for tensorflow==2.11.0

Pull Request - #50

Code Changes - 7c2e7c6

Alternatively you can just save the new model and just use it for keras.models.load_model.

    model = keras.models.load_model('models/generator.h5')
    model = change_model(model, new_input_shape=[None, None, None, 3])
    keras.models.save_model(model, 'models/new_generator.h5')

from fast-srgan.

HasnainRaz avatar HasnainRaz commented on July 27, 2024

Since I'm not bumping tf version for now, I assume @davlee1972 's fix is enough, closing

from fast-srgan.

vinayakSharm avatar vinayakSharm commented on July 27, 2024

Since I'm not bumping tf version for now, I assume @davlee1972 's fix is enough, closing

I think that the code should always be running the latest version of tf. As a user, I think its best if this functionality was integrated into the code base!

from fast-srgan.

HasnainRaz avatar HasnainRaz commented on July 27, 2024

@vii empathize with your view, but there are two problems:

  1. I currently do not have time to maintain the project
  2. TFs versions have seen some drastic breaking changes since the time this was first released.

If you are willing to, I'm happy to accept PRs that bump TF versions while making sure the code doesn't break.

from fast-srgan.

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.