From fdea0ee6d9f30b96f5a875255752f92b27a4636a Mon Sep 17 00:00:00 2001 From: edenlightning <66261195+edenlightning@users.noreply.github.com> Date: Mon, 10 Aug 2020 13:42:52 -0400 Subject: [PATCH] Add PyTorch Lightning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c4062a..aed1735 100644 --- a/README.md +++ b/README.md @@ -469,11 +469,13 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [PyTorch to Keras model converter](https://github.com/nerox8664/pytorch2keras) - [Gluon to PyTorch model converter with code generation](https://github.com/nerox8664/gluon2pytorch) - [Catalyst: High-level utils for PyTorch DL & RL research](https://github.com/catalyst-team/catalyst) +- [PyTorch Lightning: Scalable and lightweight deep learning research framework](https://github.com/PyTorchLightning/pytorch-lightning) ## PyTorch Video Tutorials - [Practical Deep Learning with PyTorch](https://www.udemy.com/practical-deep-learning-with-pytorch/?couponCode=DEEPWIZARD) - [PyTorch Zero to All Lectures](http://bit.ly/PyTorchVideo) - [PyTorch For Deep Learning Full Course](https://www.youtube.com/watch?v=GIsg-ZUy0MY) +- [PyTorch Lightning 101 with Alfredo Canziani and William Falcon](https://www.youtube.com/playlist?list=PLaMu-SDt_RB5NUm67hU2pdE75j6KaIOv2) ## Datasets - [Worldbank Data](https://github.com/mwouts/world_bank_data)