From f95eca3ea5bc1671cdcc6d12712eae8788595251 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 5 Nov 2019 11:52:50 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0db819f9..968bac8c 100644 --- a/README.md +++ b/README.md @@ -418,3 +418,14 @@ You can also install any past release from this repository: ```bash pip install https://github.com/williamFalcon/pytorch-lightning/archive/0.4.4.zip --upgrade ``` + +## Bibtex +If you want to cite the framework feel free to use this (but only if you loved it 😊): + @misc{Falcon2019, + author = {Falcon, W.A.}, + title = {PyTorch Lightning}, + year = {2019}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/williamFalcon/pytorch-lightning}} + } From 7ce5b3f62f4cae70d415c866ef780540a14d93f5 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 5 Nov 2019 11:53:12 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 968bac8c..dc051241 100644 --- a/README.md +++ b/README.md @@ -421,11 +421,13 @@ pip install https://github.com/williamFalcon/pytorch-lightning/archive/0.4.4.zip ## Bibtex If you want to cite the framework feel free to use this (but only if you loved it 😊): - @misc{Falcon2019, - author = {Falcon, W.A.}, - title = {PyTorch Lightning}, - year = {2019}, - publisher = {GitHub}, - journal = {GitHub repository}, - howpublished = {\url{https://github.com/williamFalcon/pytorch-lightning}} - } +``` +@misc{Falcon2019, + author = {Falcon, W.A.}, + title = {PyTorch Lightning}, + year = {2019}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/williamFalcon/pytorch-lightning}} +} +```