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

## What does this PR do? * CI has been failing for Flash CI for the case when a function is converted to `ClassFromFunction` class. We were not checking if...

## What does this PR do? PL 1.7.0 broke the CI (~14 failures), partially because of BC changes and sometimes because of changes in PL 1.7.0. This blocks us from...

Tries a new Windows https://github.blog/changelog/2021-11-16-github-actions-windows-server-2022-with-visual-studio-2022-is-now-generally-available-on-github-hosted-runners/ ``` git checkout -b ci/update-os find .github/workflows -type f | xargs sed -i -- 's/windows-2019/windows-2022/g' git commit -am "Update os" gh pr create --title "CI:...

tests / CI

## What does this PR do? Improves code coverage for `flash.core.data.utilities.paths` Fixes #1391 ## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for typos and...

## What does this PR do? Addresses #10 - We are moving notebooks from lightning-flash to lightning/tutorials repository. The merge is happening [here](https://github.com/Lightning-AI/tutorials/pull/183). ## Before submitting - [ ] Was...

## What does this PR do? The bot will make sure to update all GH actions within the repo. ## Before submitting - [x] Was this **discussed/approved** via a Github...

tests / CI

## What does this PR do? - Part of https://github.com/Lightning-AI/lightning/pull/13831. - Updates PyTorch version from 1.8 to 1.9 as we don't build 1.8 images in the PL repo anymore. (Let's...

tests / CI

## 🚀 Feature just curious, have you used TPU on Kaggle recently? https://www.kaggle.com/code/jirkaborovec/demo-flash-image-classification-on-tpu ### Motivation Kaggle has offered 20 hours of training which is mostly used with TF of Keras...

enhancement
help wanted

The CI is running with 14 failures. I assume it happened post Lightning Trainer 1.7 release. Let's fix most of them as soon as possible.

bug / fix
help wanted

## What does this PR do? There were some problems in the downloading of the dataset as well as defining the `ImageClassificationInputTransform`, for the `ImageClassificationData`, so I have remade the...