We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95eca3 commit 7ce5b3fCopy full SHA for 7ce5b3f
README.md
@@ -421,11 +421,13 @@ pip install https://github.com/williamFalcon/pytorch-lightning/archive/0.4.4.zip
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
- }
+```
+@misc{Falcon2019,
+ author = {Falcon, W.A.},
+ title = {PyTorch Lightning},
+ year = {2019},
+ publisher = {GitHub},
+ journal = {GitHub repository},
+ howpublished = {\url{https://github.com/williamFalcon/pytorch-lightning}}
432
+}
433
0 commit comments