Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup LightningCLI trainer script #24

Merged
merged 3 commits into from
Nov 9, 2023
Merged

Setup LightningCLI trainer script #24

merged 3 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. ➕ Add jsonargparse[signatures]

    Parsing of command line options, yaml/jsonnet config files and/or environment variables based on argparse! Also adding the signatures extras (which includes typeshed-client).
    weiji14 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c6770e9 View commit details
    Browse the repository at this point in the history
  2. 🌱 Setup LightningCLI trainer script

    Setting up the command-line interface to run Lightning. Created a placeholder BaseDataModule and BaseLitModule to hold the data pipeline and model architecture respectively under the src/ folder. Documented in the main README.md on how to run the LightningCLI commands, and also created a src/README.md to document what the python modules in that folder.
    weiji14 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    dbb84ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f08484 View commit details
    Browse the repository at this point in the history