Skip to content

Releases: jxtngx/lightning-lab

Refactoring for Studios

17 Jan 20:59
Compare
Choose a tag to compare

This release begins the process of migrating to Lightning Studios :)

Update pre-commit configs and UI tools

28 Sep 12:56
Compare
Choose a tag to compare

This release addresses issued with pre-commit that originating in the config file and not the pip installed version.

Additional changes included opting for optuna as the default experiment manager, and streamlit + plotly as the default UI tools.

Implement Clean Template

22 Feb 12:10
f98b185
Compare
Choose a tag to compare

This release implemented a clean template for users.

The previous version of lightning-pod with an end-to-end example is located at lightning-pod-example.

Implement Pure WANDB Sweep

20 Feb 16:26
Compare
Choose a tag to compare

this release introduces a 'pure' wandb Sweep; meaning Optuna is not used. additionally, the flows module from the previous release was placed in the components modules.

Add lightning_pod.flows

18 Jan 22:10
909e567
Compare
Choose a tag to compare

Added basic examples for hydra, wandb, and optuna+wandb in lightning_pod.flows/.

Implement PodTrainer

14 Jan 21:45
Compare
Choose a tag to compare

This release implemented a common PodTrainer in lightning_pod.core.trainer. Example usage is found in examples/.

New Lightning Import Conventions

03 Jan 21:54
Compare
Choose a tag to compare

This release updates the project to remove instances of import pytorch_lightning as pl in favor of import lightning as L and from lightning.pytorch import some_module_name.

0.0.5

07 Aug 19:54
Compare
Choose a tag to compare

add support for lightning-hpo and poetry

What's Changed

  • Feature/make new by @JustinGoheen in #1
  • Feature/hydra cli interop by @JustinGoheen in #2
  • update with new functionality by @JustinGoheen in #3
  • Enh/refactor network by @JustinGoheen in #4
  • Feature/implement seed by @JustinGoheen in #5
  • Improve CLI by @JustinGoheen in #6
  • add type hints to core by @JustinGoheen in #7
  • update pipeline type hints by @JustinGoheen in #8
  • add type hints to cli by @JustinGoheen in #9
  • add poetry by @JustinGoheen in #13

Full Changelog: https://github.com/JustinGoheen/lightning-pod/commits/0.0.5