lightning-flash icon indicating copy to clipboard operation
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

Results 59 lightning-flash issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/Lightning-AI/lightning-flash/discussions/1442 Originally posted by **Hravan** September 1, 2022 I'm setting up a training for this kaggle competition dataset: https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8 (I'm using here only samples with single labels...

bug / fix
help wanted

## 🚀 Feature Expose options to customize the instantiation of `LightningCLI` in Flash Zero commands. ### Motivation I would like to be able to customize the instantiation. For example, to...

enhancement
help wanted

## 🐛 Bug ```` --------------------------------------------------------------------------- NameError Traceback (most recent call last) Input In [6], in () ----> 1 datamodule = AudioClassificationData.from_folders( 2 train_folder="/workspaces/audio-ml/data/i/urban8k_images/train", 3 val_folder="/workspaces/audio-ml/data/i/urban8k_images/val", 4 transform_kwargs=dict(spectrogram_size=(64, 64)), 5 batch_size=4,...

bug / fix
help wanted

## 🐛 Bug Running example from [docs](https://lightning-flash.readthedocs.io/en/latest/reference/semantic_segmentation.html#from-folders) causes an exception I cannot understand. ### To Reproduce Paste the code from docs: ```py import torch import flash from flash.core.data.utils import download_data...

bug / fix
help wanted
won't fix

Bumps [torchaudio](https://github.com/pytorch/audio) from 0.10.2 to 2.0.2. Release notes Sourced from torchaudio's releases. v2.0.2 TorchAudio 2.0.2 Release Note This is a minor release, which is compatible with PyTorch 2.0.1 and includes...

enhancement

Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.2 to 2.0.1. Release notes Sourced from torch's releases. PyTorch 2.0.1 Release, bug fix release This release is meant to fix the following issues (regressions / silent...

enhancement

## 🐛 Bug flash.image.SemanticSegmentation class has no available heads or backbones. ### To Reproduce ``` # using latest Miniforge3-Linux-x86_64 for conda conda create -n flash-test python=3.9 -y -c conda-forge #...

bug / fix
help wanted

## 🐛 Bug There seems to be an issue with `ImageClassificationData.from_dataset` method. It fails to create the expected format, where the labels can be accessed via `datamodul.labels`. ### To Reproduce...

bug / fix
help wanted

I realized some of the helper code around the pytorch video does not allow the videos to be frame_video objects, which is disappointing and is supported by the underlying pytorch...

enhancement

## 🐛 Bug After running `pip install 'lightning-flash[image]'`, when I try to create an `ImageEmbedder`, I get: `ModuleNotFoundError: Required dependencies not available. Please run: pip install 'lightning-flash[image]'` *Background:* - I...

bug / fix
help wanted