You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Lightning Data: Blazing fast, distributed streaming of training data from cloud storage](https://github.com/Lightning-AI/pytorch-lightning/tree/master/src/lightning/data).
102
-
<br/>
103
-
[Lightning Apps: Build AI products and ML workflows](#lightning-apps-build-ai-products-and-ml-workflows).
104
100
105
101
Lightning gives you granular control over how much abstraction you want to add over PyTorch.
Explore various types of training possible with PyTorch Lightning. Pretrain and finetune ANY kind of model to perform ANY task like classification, segmentation, summarization and more:
121
+
122
+
| Task | Description | Run |
123
+
|---|---|---|
124
+
|[Hello world](#hello-simple-model)| Pretrain - Hello world example | <atarget="_blank"href="https://lightning.ai/lightning-ai/studios/pytorch-lightning-hello-world"><imgsrc="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg"alt="Open In Studio"/></a> |
125
+
|[Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning)| Finetune - ResNet-50 model to segment images | <atarget="_blank"href="https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning"><imgsrc="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg"alt="Open In Studio"/></a> |
126
+
|[Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning)| Finetune - text classifier (BERT model) | <atarget="_blank"href="https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning"><imgsrc="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg"alt="Open In Studio"/></a> |
# Lightning Apps: Build AI products and ML workflows
505
-
506
-
Lightning Apps remove the cloud infrastructure boilerplate so you can focus on solving the research or business problems. Lightning Apps can run on the Lightning Cloud, your own cluster or a private cloud.
0 commit comments