Git Product home page Git Product logo

Comments (2)

synapticarbors avatar synapticarbors commented on July 3, 2024

If you define your cli as cli = LightningCLI(pl.LightningModule, BoringDataModule, subclass_mode_model=True) or cli = LightningCLI(datamodule_class=BoringDataModule) and then run:

python prepare_config.py fit --model DemoModel --print_config

you get the expected result. If you define the cli as you show, then you need to drop the --model DemoModel for it not to error and give you the expected result.

I think what the documentation is suggesting when it shows the example you're using is that if no model is passed to the LightningCLI -- "By default, no model is selected, meaning the printed config will not include model settings. To get a config with the default values of a particular model would be: python main.py fit --model DemoModel --print_config". I think what isn't clear is that the cli setup is different from what is shown directly above with the hardcoded DemoModel passed in.

from pytorch-lightning.

zengchang233 avatar zengchang233 commented on July 3, 2024

If you define your cli as cli = LightningCLI(pl.LightningModule, BoringDataModule, subclass_mode_model=True) or cli = LightningCLI(datamodule_class=BoringDataModule) and then run:

python prepare_config.py fit --model DemoModel --print_config

you get the expected result. If you define the cli as you show, then you need to drop the --model DemoModel for it not to error and give you the expected result.

I think what the documentation is suggesting when it shows the example you're using is that if no model is passed to the LightningCLI -- "By default, no model is selected, meaning the printed config will not include model settings. To get a config with the default values of a particular model would be: python main.py fit --model DemoModel --print_config". I think what isn't clear is that the cli setup is different from what is shown directly above with the hardcoded DemoModel passed in.

@synapticarbors Thanks! Now I totally get it.

from pytorch-lightning.

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.