Jirka Borovec
Jirka Borovec
## 🚀 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...
## 🚀 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...
## 🚀 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...
## 🚀 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...
## 🚀 Feature add crone workflow on the PL side, which would frequently check if with the submodule update there is commit the change ```bash git submodule update --init --recursive...
## 🚀 Feature consider producing our own docker image with all needed libs installed, which would speed up all publication/testing ### Motivation boost all CI/CD processes on GPU as they...
## 🚀 Feature add badges GridAI and/ Colab which would directly open the notebook ### Motivation easy testing each notebook on his own... ### Pitch ### Alternatives ### Additional context
## 🚀 Feature Simplify the user work such as passing the notebooks and we would internally convert to scripts and cleaned formating ### Motivation Less user flustration and smoother user...
Hello and so happy to see you use Pytorch-Lightning! :tada: Just wondering if you already heard about quite the new **Pytorch Lightning (PL) ecosystem CI** where we would like to...
Hi, I have noticed that the docstring puts "." at the summary end but does not make the first letter capital... I think that it could be quite simple to...