update governance docs (#894)

* updated governance docs

* added maintainers to readme

* added governance docs
This commit is contained in:
William Falcon
2020-02-19 06:26:23 -05:00
committed by GitHub
parent ffd6e693de
commit c4b0693a4d
3 changed files with 23 additions and 4 deletions
+1
View File
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Updated governance docs
- Added a check to ensure that the metric used for early stopping exists before training commences ([#542](https://github.com/PyTorchLightning/pytorch-lightning/pull/542))
- Added `optimizer_idx` argument to `backward` hook ([#733](https://github.com/PyTorchLightning/pytorch-lightning/pull/733))
- Added `entity` argument to `WandbLogger` to be passed to `wandb.init` ([#783](https://github.com/PyTorchLightning/pytorch-lightning/pull/783))
+15 -1
View File
@@ -87,10 +87,11 @@ Lightning sets up all the boilerplate state-of-the-art training for you so you c
- [Lightning features](https://github.com/PytorchLightning/pytorch-lightning#lightning-automates-all-of-the-following-each-is-also-configurable)
- [Examples](https://github.com/PytorchLightning/pytorch-lightning#examples)
- [Tutorials](https://github.com/PytorchLightning/pytorch-lightning#tutorials)
- [Asking for help](https://github.com/PytorchLightning/pytorch-lightning#asking-for-help)
- [Contributing](https://github.com/PytorchLightning/pytorch-lightning/blob/master/.github/CONTRIBUTING.md)
- [Bleeding edge install](https://github.com/PytorchLightning/pytorch-lightning#bleeding-edge)
- [Lightning Design Principles](https://github.com/PytorchLightning/pytorch-lightning#lightning-design-principles)
- [Asking for help](https://github.com/PytorchLightning/pytorch-lightning#asking-for-help)
- [Lightning team](https://github.com/PytorchLightning/pytorch-lightning#lightning-team)
- [FAQ](https://github.com/PytorchLightning/pytorch-lightning#faq)
---
@@ -387,6 +388,19 @@ You can also install any past release `0.X.Y` from this repository:
pip install https://github.com/PytorchLightning/pytorch-lightning/archive/0.X.Y.zip --upgrade
```
### Lightning team
#### Leads
- William Falcon [(williamFalcon)](https://github.com/williamFalcon) (Lightning founder)
- Jirka Borovek [(Borda)](https://github.com/Borda)
- Ethan Harris [(ethanwharris)](https://github.com/ethanwharris) (Torchbearer founder)
#### Core Maintainers
- Nick Eggert [(neggert)](https://github.com/neggert)
- Jeff Ling [(jeffling)](https://github.com/jeffling)
- Tullie Murrell [(tullie)](https://github.com/tullie)
## Bibtex
If you want to cite the framework feel free to use this (but only if you loved it 😊):
```
+7 -3
View File
@@ -1,10 +1,14 @@
Pytorch Lightning Governance | Persons of interest
==================================================
Maintainers
-----------
- William Falcon (`williamFalcon <https://github.com/williamFalcon>`_)
Leads
-----
- William Falcon (`williamFalcon <https://github.com/williamFalcon>`_) (Lightning founder)
- Jirka Borovek (`Borda <https://github.com/Borda>`_)
- Ethan Harris `ethanwharris <https://github.com/ethanwharris>`_ (Torchbearer founder)
Core Maintainers
----------------
- Nick Eggert (`neggert <https://github.com/neggert>`_)
- Jeff Ling (`jeffling <https://github.com/jeffling>`_)
- Tullie Murrell (`tullie <https://github.com/tullie>`_)