fix(docs): remove dead link from readme (#20170)

This commit is contained in:
Jirka Borovec 2024-08-06 17:05:00 +02:00 committed by GitHub
parent a3e60ad420
commit cf24a190ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -22,11 +22,3 @@ In this folder, we have 2 simple examples that showcase the power of the Lightni
- [Image Classifier](pytorch/basics/backbone_image_classifier.py) (trains arbitrary datasets with arbitrary backbones).
- [Autoencoder](pytorch/basics/autoencoder.py)
______________________________________________________________________
## Domain Examples
This folder contains older examples. You should instead use the examples
in [Lightning Bolts](https://lightning.ai/docs/pytorch/stable/ecosystem/bolts.html)
for advanced use cases.