We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a3e03 commit f95eca3Copy full SHA for f95eca3
README.md
@@ -418,3 +418,14 @@ You can also install any past release from this repository:
418
```bash
419
pip install https://github.com/williamFalcon/pytorch-lightning/archive/0.4.4.zip --upgrade
420
```
421
+
422
+## Bibtex
423
+If you want to cite the framework feel free to use this (but only if you loved it 😊):
424
+ @misc{Falcon2019,
425
+ author = {Falcon, W.A.},
426
+ title = {PyTorch Lightning},
427
+ year = {2019},
428
+ publisher = {GitHub},
429
+ journal = {GitHub repository},
430
+ howpublished = {\url{https://github.com/williamFalcon/pytorch-lightning}}
431
+ }
0 commit comments