lightning/pl_examples
chaton e425bf3ba9
[BugOnFeat] Resolve bug with Finetuning (#5744)
* resolve bug + add doc

* Update pytorch_lightning/callbacks/finetuning.py

* resolve bug

* start adding more test

* add more tests for finetuning callback functions

* rename to flatten_modules

* resolve doc

* Update pytorch_lightning/callbacks/finetuning.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* resolve comments

* remove update on BoringModel

* update on comments

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-02-04 18:36:54 +00:00
..
basic_examples yapf examples (#5709) 2021-01-30 10:17:12 +00:00
domain_templates [BugOnFeat] Resolve bug with Finetuning (#5744) 2021-02-04 18:36:54 +00:00
README.md Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
__init__.py yapf examples (#5709) 2021-01-30 10:17:12 +00:00
bug_report_model.py yapf examples (#5709) 2021-01-30 10:17:12 +00:00
test_examples.py yapf examples (#5709) 2021-01-30 10:17:12 +00:00

README.md

Examples

Our most robust examples showing all sorts of implementations can be found in our sister library PyTorch-Lightning-Bolts.


Basic examples

In this folder we add 3 simple examples:


Domain examples

This folder contains older examples. You should instead use the examples in PyTorch-Lightning-Bolts for advanced use cases.