Jirka Borovec
|
22a7264e9a
|
improve partial Codecov (#1172)
* ignore in setup
* show report
* abs imports
* abstract pass
* cover loggers
* doctest trains
* locals
* pass
* revert tensorboard
* use tensorboardX
* revert tensorboardX
* fix trains
* Add TrainsLogger.set_credentials (#1179)
* Add TrainsLogger.set_credentials to control trains server configuration and authentication from code. Sync trains package version.
Fix CI Trains tests
* Add global TrainsLogger set_bypass_mode (#1187)
* Add global TrainsLogger set_bypass_mode skips all external communication
Co-authored-by: bmartinn <>
* rm some no-cov
Co-authored-by: Martin.B <51887611+bmartinn@users.noreply.github.com>
|
2020-03-19 09:14:29 -04:00 |
Martin.B
|
c0bedd2587
|
Add TRAINS experiment manager support (#1122)
* Add allegro.ai TRAINS experiment manager support
* improve docstring and type hinting, fix the bug in log_metrics, add support torch.Tensor to input into log_image
* complete missing docstring of constructor's arguments
* fix docs
* pep8
* pep8
* remove redundant typing
use logging
fix typing and pep8
* remove deprecated interface
* add TrainsLogger test
* add TrainsLogger PR in CHANGELOG
* add id/name property documentation
* change logging as log
Co-authored-by: bmartinn <>
Co-authored-by: Sou Uchida <s.aiueo32@gmail.com>
|
2020-03-14 13:02:14 -04:00 |
Ethan Harris
|
f5e0df390c
|
Fix loggers and update docs (#964)
* Fix loggers and update docs
* Update trainer.py
|
2020-02-27 15:54:06 -05:00 |
Ethan Harris
|
a5f159b2c7
|
Add support for multiple loggers (#903)
* Add support for multiple loggers
* Fix PEP
* Cleanup
* Cleanup
* Add typing to loggers
* Update base.py
* Replace duck typing with isinstance check
* Update CHANGELOG.md
* Update comet experiment type, Switch to abstractmethod in logging.py
* Fix test
* Add passes to LightningLoggerBase
* Update experiment_logging.rst
|
2020-02-25 14:52:39 -05:00 |
Jirka Borovec
|
76a1c67d87
|
rename logging -> loggers (#767)
* move logging >> loggers
* add warning
* fix tests
* logging alias
* formatting
* formatting
|
2020-02-01 15:47:58 -05:00 |