lightning-flash
lightning-flash copied to clipboard
Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
## What does this PR do? Fixes # (issue) ## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for typos and docs improvements) - [x]...
## What does this PR do? I found there is a problem if the meta-data included size as a tuple which is an argument for upscaling predictions as images after...
## What does this PR do? CI is failing, because `SoundFile` (for `sd2` extension) doesn't accept fsspec objects. Following raises an error: ```python with fsspec.open(file_path) as _file: sound_file = SoundFile(_file)...
## What does this PR do? This PR provides some workarounds to use DeepSpeed in finetuning. In fact, DeepSpeed cannot work with pytorch-lightning completely because its parameter loading and storing...
## What does this PR do? follow-up to #1313 as the Tensor formating is not very friendly to other general augmentation packages ## Before submitting - [x] Was this **discussed/approved**...
## 🐛 Bug I'm using poetry for dependency management which results in incompatible behavior when `lightning-flash[image]` is installed. The `image` extra depends on `segmentation-models-pytorch` [without a version specifier](https://github.com/Lightning-AI/lightning-flash/blob/master/requirements/datatype_image.txt#L7). However it...
## Motivation The `unfreeze_milestones` finetuning strategy is confusing: - how is the layer number interpretted? Does this include e.g. batch norm and non-linearity layers? Not documented - what's the use...
## 🚀 Feature Add the graph regression task support ### Motivation I have been working on graph neural networks for some time now. I want to use lightning flash for...
## 🚀 Feature better and faster testing of attached notebooks ### Motivation ### Pitch ### Alternatives ### Additional context https://blog.kovalevskyi.com/continues-integration-for-your-jupyter-notebooks-on-github-with-gcp-f72af5b08bcd
## What does this PR do? Fixes # (issue) ## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for typos and docs improvements) - [x]...