thomas chaton

Results 151 issues of thomas chaton

## 🚀 Feature ### Motivation Release [lightning-notebook](https://github.com/Lightning-AI/LAI-Jupyter-Component) to PiPy so we can use its component. ### Pitch ### Alternatives ### Additional context

enhancement
help wanted

## 🚀 Feature ### Motivation TODOS: - [] Visualize metrics during the Sweep training for PL (https://github.com/Lightning-AI/lightning-hpo/issues/59) - [] Visualize metrics once Sweep / Trials are finished (https://github.com/Lightning-AI/lightning-hpo/issues/61) ### Pitch...

enhancement
help wanted

## 🚀 Feature ### Motivation Creating a Shared Drive objects already works within a notebook through the AppState, but this won't worked with s3 Mount Drive. ```python from lightning.app.utilities.state import...

enhancement
help wanted

## 🚀 Feature ### Motivation TODOS - [] Improve how Configs are stored. References: - https://github.com/Lightning-AI/lightning/pull/14100 - https://github.com/Lightning-AI/lightning/pull/14042 ### Pitch ### Alternatives ### Additional context

enhancement
help wanted

Dear people from ML-GSN, This paper results are really impressive ! Congrats ! I am part of the PyTorch Lightning Team. I wondered if you would be willing to contribute...

Dear @kartik4949, Awesome work ! That s really exciting ! It would be awesome to get some examples with Lightning Flash: https://github.com/PyTorchLightning/lightning-flash Best, T.C

Motivation: I am building a docker image using script: https://github.com/tchaton/sagemaker-torch-template ``` from jinja2 import Template CMD = "RUN pip install " requirements = [] with open("requirements.txt") as file_: for l...

enhancement

Hey @amogkam, PyTorch Lightning v1.6 coming mid of March would make the Accelerator API stable. PyTorch Lightning introduced [Launchers](https://github.com/PyTorchLightning/pytorch-lightning/tree/master/pytorch_lightning/strategies/launchers) for Distributed Plugin and I believe this would be a more...

### Mountpoint for Amazon S3 version 1.1.1 with caching ### AWS Region us-east-1 ### Describe the running environment Running on Amazon EC2 ### What happened? This is happening quite frequentally...

bug

### Tell us more about this new feature. Hey there, Assuming a dataset isn't going to change, I would like to configure mountpoint-s3 to keep the bucket listing in RAM...

enhancement