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
## 🚀 Feature We should have a way to track breaking changes (maybe something like the CHANGELOG) so that each release we can have the list of breaking changes in...
## What does this PR do? Addresses #1356. This PR is currently in heavy WIP mode. Need to document + move code to the right locations. :) ## Before submitting...
### Discussed in https://github.com/Lightning-AI/lightning-flash/discussions/1397 Originally posted by **Nico995** July 17, 2022 Hello, I have been trying run a SemanticSegmentation task on a custom dataset with no luck. The problem I'm...
## Tests/CI Add tests for `flash.core.data.utilities.paths` ### Motivation Improve code coverage for the mentioned module ### Pitch Adding tests for the specific module is a mechanism to familiarize with the...
Hello all! As far as I understood, it is not possible to perform real-time video classification using flash since it only supports prediction from folders/video files. If you guide me...
## 🐛 Bug Met `TypeError: torchvision.transforms.transforms.ToTensor is not a Module subclass` in https://github.com/Lightning-AI/lightning-flash/blob/master/flash_examples/integrations/learn2learn/image_classification_imagenette_mini.py ### To Reproduce ```python # Copyright The PyTorch Lightning team. # # Licensed under the Apache License,...
## 🚀 Feature ### Motivation ### Pitch ### Alternatives One of very good providers is coqiu I think ### Additional context
## 🚀 Feature Extending the idea of Question Answering to Visual Question Answering ### Motivation I was going through the [example](https://lightning-flash.readthedocs.io/en/latest/reference/question_answering.html) and was interested in using transformers for the purpose...
## 🐛 Bug First of all, congratulations for working at a high level with the interface using learn2learn. The bug is that when a model is trained using the meta...
## 🐛 Bug Hi, I'm completely new Flash, I'm having this error when trying to use DeepSpeedPlugin plugin on the Flash trainer. The code is ### To Reproduce ```python import...