Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
add Kaggle links (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Oct 4, 2021
1 parent 6e9701d commit d68dfc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ For example, to train an image classifier for 10 epochs with a `resnet50` backbo
flash image_classification --trainer.max_epochs 10 --trainer.gpus 2 --model.backbone resnet50 from_folders --train_folder {PATH_TO_DATA}
```

## Kaggle examples

- [Titanic crash with Lightning⚡Flash](https://www.kaggle.com/jirkaborovec/titanic-crash-with-lightning-flash)
- [Covid detection with Lightning⚡️Flash](https://www.kaggle.com/jirkaborovec/covid-detection-with-lightning-flash)

---

## Contribute!
Expand Down

0 comments on commit d68dfc1

Please sign in to comment.