Krishna Kalyan
Krishna Kalyan
## 🐛 Bug ### To Reproduce ``` import time from pympler import asizeof import lightning as L from lightning_app.utilities.enum import WorkStageStatus class Work(L.LightningWork): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.seq...
Part of https://github.com/Lightning-AI/lightning/issues/13445
Also includes https://github.com/Lightning-AI/lightning_sphinx_theme/pull/54
Part of https://github.com/Lightning-AI/lightning/issues/13445
Similar benchmarks on MNIST dataset would be great.
### First check - [x] I'm sure this is a bug. - [X] I've added a descriptive title to this bug. - [X] I've provided clear instructions on how to...
Fixes #2340 cc @msaroufim @agunapal @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen
## 🚀 Feature - It would be great if we can show a gallery of weekly images that were generated by the community with [prompts](https://lexica.art/). - A like button on...
I am unable to get the PR agent to work. Can you please let me know if I have configured the action correctly. ``` on: pull_request: types: [opened, reopened, ready_for_review]...