tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Collection of Pytorch lightning tutorial form as rich scripts automatically transformed to ipython notebooks.

Results 62 tutorials issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug The [MNIST training using TPU tutorial](https://github.com/PyTorchLightning/lightning-tutorials/blob/publication/.notebooks/lightning_examples/mnist-tpu-training.ipynb) has incorrect dependencies. Running all cells from start to finish in Colab results in an error when trying to import pytorch...

bug / fix
documentation
help wanted

## 🚀 Feature Dynamically extend the time limit for running CI on PR touching more content ### Motivation do not penalise PR which are touching multiple notebooks ### Additional context...

enhancement
good first issue
help wanted
ci/cd

## 🚀 Feature The pretrained models are currently stored in separate, external repositories. It would be nice to have releases with the tutorials and upload these models to the release....

enhancement
help wanted

When calculating the total steps, shouldn't we use `number of batches * epoch size` ? In this case, it would be `self.total_steps = (len(train_loader.dataset) // tb_size) * ab_size` instead of...

Example

## 🚀 Feature Replace inline tensorboard (TB) with a simple chart from standard CSLoggers ### Motivation The inline tensorboard is a cool interactive tool, but: - it requires saved logos...

enhancement
good first issue
help wanted
Example

## 🚀 Feature As we generate ipython notebooks from each script we could also parse all functions and classes and copy them into a package that would have the same...

enhancement
help wanted
ci/cd

## 🚀 Feature Democratize the tutorials and make it more accessible to not English speaking people coming from https://github.com/PyTorchLightning/pytorch-lightning/issues/10239#issuecomment-954607168 ### Pitch ### Alternatives the translation can be done on the...

enhancement
help wanted
ci/cd

## 🚀 Feature Parse the markdown cells in a script and normalize them to give line length ### Motivation reduce manual formating and keep the text homogenous ### Pitch would...

enhancement
good first issue
help wanted
ci/cd

## 🚀 Feature in case some notebooks need TPU only we shall be able to generate such notebooks too ### Motivation we shall have all notebooks executed so to verify...

enhancement
help wanted
ci/cd

## 🚀 Feature Add a PL tutorial for Deployment with FastAPI ### Motivation ### Pitch ### Alternatives ### Additional context

Example