GithubHelp home page GithubHelp logo

Comments (3)

kyonofx avatar kyonofx commented on August 23, 2024

Hi, looks like you could try upgrading your torch version to the latest version (1.13); it should not break anything.

from cdvae.

feiji110 avatar feiji110 commented on August 23, 2024

Hi, looks like you could try upgrading your torch version to the latest version (1.13); it should not break anything.

Thank you! I'm glad to hear from you although I failed after I did as you say.After a night and a day I finally use pip to upgrade some paggages and solve this problem.Now I meet the probelm about ReduceLROnPlateau.The hint is as follow:

 raise MisconfigurationException(
lightning_lite.utilities.exceptions.MisconfigurationException: ReduceLROnPlateau conditioned on metric val_loss which is not available.

Looking forward to your reply.

from cdvae.

grzegorzkaszuba avatar grzegorzkaszuba commented on August 23, 2024

Hi,
I'm currently working my way through the project to understand its components, and I have encountered the exact same problem.

Apparently, the method which adjusts the learning rates based on the current progress is called at the end of the training step - during the first epoch, no val_loss has been produced yet (perhaps adjustments could be made to do it after the validation step or omit the scheduler calls in the first epoch). To simply get the training to run, you can modify the configurations. What worked for me was changing "monitor" to "train_loss" in model.py: BaseModule class.

from cdvae.

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.