Commit Graph

15 Commits

Author SHA1 Message Date
edenlightning 335bb75356
update docs on logging ()
* Update loggers.rst

* Update loggers.rst

* Update index.rst

* Create logging.rst

* Delete experiment_reporting.rst

* Delete experiment_logging.rst

* Update __init__.py
2020-10-06 18:53:39 -04:00
William Falcon 00ba2b24b7
Drop all result docs. Make the separation between flow and logging clear ()
* remove results docs. separate flow from log
2020-09-30 08:31:16 -04:00
clement-f e7ee473c90
Fix typo in loggers.rst () 2020-09-19 20:54:49 +02:00
Nicki Skafte 87fc43e6b5
docfix ()
Co-authored-by: Nicki Skafte <nugginea@gmail.com>
2020-09-14 10:03:40 +02:00
edenlightning 5e7ae348b4
Add labels to sphinx docs ()
* Add label

* add ref

* add ref

* add ref

* add label

* add label

* add label

* add label

* Update fast_training.rst

* label

* label

* label

* label

* label

* label

* label

* label

* label

* label

* label

* Update performance.rst

* Update production_inference.rst

* Update profiler.rst

* Update results.rst

* Update sequences.rst

* Update single_gpu.rst

* Update slurm.rst

* Update test_set.rst

* Update tpu.rst

* Update trainer.rst

* Update training_tricks.rst

* Update transfer_learning.rst

* Update weights_loading.rst

* Update governance.rst

* Update hooks.rst

* Update bolts.rst

* Update child_modules.rst

* Update hyperparameters.rst

* Update transfer_learning.rst
2020-08-13 18:56:51 -04:00
William Falcon 6c5a0a172f
Resultd ()
* updated docs
2020-08-13 09:58:05 -04:00
Jeff Yang 6d637c4beb
add wandb autoclass in logger.rst () 2020-08-06 22:05:06 +02:00
xmotli02 767c44950c
Added basic file logger ()
* Added basic file logger 

* fixup! Added basic file logger 

* fixup! Added basic file logger 

* fixup! Added basic file logger 

* fixup! Added basic file logger 

* fixup! Added basic file logger 

* csv

* Apply suggestions from code review

* tests

* tests

* tests

* miss

* docs

Co-authored-by: xmotli02 <xmotli02@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka@pytorchlightning.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-08-06 06:08:25 -04:00
William Falcon 1d811d0d11
Resultdocs ()
* added logging docs

* added logging docs

* added logging docs

* added logging docs

* added logging docs

* added logging docs

* added logging docs

* added logging docs

* added logging docs

* added logging docs
2020-08-01 22:31:56 -04:00
Jirka Borovec 41f5df18a4
move Trains logger to Bolts ()
* move Trains logger

* chlog
2020-06-27 09:14:05 -04:00
Jirka Borovec 54acc79f31
continue 0.8.x ()
* cleaning

* docs

* docs

* types

* mixins

* mixins

* docs

* typo
2020-06-19 11:00:46 -04:00
William Falcon d5f77c9d1b
Release2 ()
* fix missing arg

* fix missing arg

* fix missing arg

* fix missing arg

* fix missing arg

* fix missing arg

* fix missing arg
2020-06-19 02:38:10 -04:00
Hanbyul Kim 563e2ba2c6
resolving documentation warnings ()
* add more underline

* fix LightningMudule import error

* remove unneeded blank line

* escape asterisk to fix inline emphasis warning

* add PULL_REQUEST_TEMPLATE.md

* add __init__.py and import imagenet_example

* fix duplicate label

* add noindex option to fix duplicate object warnings

* remove unexpected indent

* refer explicit LightningModule

* fix minor bug

* refer EarlyStopping explicitly

* restore exclude patterns

* change the way how to refer class

* remove unused import

* update badges & drop Travis/Appveyor ()

* drop Travis

* drop Appveyor

* update badges

* fix missing PyPI images & CI badges ()

* docs - anchor links ()

* docs - add links

* add desc.

* add Greeting action ()

* add Greeting action

* Update greetings.yml

Co-authored-by: William Falcon <waf2107@columbia.edu>

* add pep8speaks ()

* advanced profiler describe + cleaned up tests ()

* add py36 compatibility

* add test case to capture previous bug

* clean up tests

* clean up tests

* Update lightning_module_template.py

* Update lightning.py

* respond lint issues

* break long line

* break more lines

* checkout conflicting files from master

* shorten url

* checkout from upstream/master

* remove trailing whitespaces

* remove unused import LightningModule

* fix sphinx bot warnings

* Apply suggestions from code review

just to trigger CI

* Update .github/workflows/greetings.yml

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: Jeremy Jordan <13970565+jeremyjordan@users.noreply.github.com>
2020-02-27 16:07:51 -05:00
Hadrien Mary be244560b2
Callbacks [wip] ()
* Add callback system + associated test

* Add trainer and pl_module args to callback methods

* typing

* typo in docstring

* Switch to on_.*_start()

* fix on_test_start

* fix the mess after rebasing
2020-02-25 23:17:27 -05:00
William Falcon 4c6c3d04ce
Docs ()
* added outline of all features

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated common use cases doc

* updated docs
2020-02-10 23:55:22 -05:00