Update README.md
This commit is contained in:
parent
6aad8adfa3
commit
3cfa448e88
|
@ -46,10 +46,11 @@ Lightning disentangles PyTorch code to decouple the science from the engineering
|
|||
## Lightning Philosophy
|
||||
Lightning is designed with these principles in mind:
|
||||
|
||||
1. Enable maximal flexibility.
|
||||
2. Abstract away unecessary boilerplate.
|
||||
3. Systems should be self-contained (ie: optimizers, computation code, etc).
|
||||
4. Deep learning code should be organized into 4 distinct categories
|
||||
Principle 1: Enable maximal flexibility.
|
||||
Principle 2: Abstract away unecessary boilerplate, but make it accessible when needed.
|
||||
Principle 3: Systems should be self-contained (ie: optimizers, computation code, etc).
|
||||
|
||||
Principle 4: Finally, Deep learning code should be organized into 4 distinct categories
|
||||
|
||||
- Research code (the LightningModule).
|
||||
- Engineering code (you delete, and is handled by the Trainer).
|
||||
|
|
Loading…
Reference in New Issue