Recent Releases of lightning-lab
lightning-lab - Refactoring for Studios
This release begins the process of migrating to Lightning Studios :)
- Python
Published by jxtngx about 2 years ago
lightning-lab - Update pre-commit configs and UI tools
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.
- Python
Published by jxtngx over 2 years ago
lightning-lab - Implement Clean Template
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.
- Python
Published by jxtngx almost 3 years ago
lightning-lab - Implement Pure WANDB Sweep
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.
- Python
Published by jxtngx about 3 years ago
lightning-lab - Add lightning_pod.flows
Added basic examples for hydra, wandb, and optuna+wandb in lightning_pod.flows/.
- Python
Published by jxtngx about 3 years ago
lightning-lab - Implement PodTrainer
This release implemented a common PodTrainer in lightning_pod.core.trainer. Example usage is found in examples/.
- Python
Published by jxtngx about 3 years ago
lightning-lab - New Lightning Import Conventions
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.
- Python
Published by jxtngx about 3 years ago
lightning-lab - 0.0.5
add support for lightning-hpo and poetry
What's Changed
- Feature/make new by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/1
- Feature/hydra cli interop by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/2
- update with new functionality by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/3
- Enh/refactor network by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/4
- Feature/implement seed by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/5
- Improve CLI by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/6
- add type hints to core by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/7
- update pipeline type hints by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/8
- add type hints to cli by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/9
- add poetry by @JustinGoheen in https://github.com/JustinGoheen/lightning-pod/pull/13
Full Changelog: https://github.com/JustinGoheen/lightning-pod/commits/0.0.5
- Python
Published by jxtngx over 3 years ago