So Uchida
|
01b8991c5a
|
Support hierarchical dict (#1152)
* Add support for hierarchical dict
* Support nested Namespace
* Add docstring
* Migrate hparam flattening to each logger
* Modify URLs in CHANGELOG
* typo
* Simplify the conditional branch about Namespace
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
* Update CHANGELOG.md
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
* added examples section to docstring
* renamed _dict -> input_dict
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
|
2020-03-19 09:15:47 -04:00 |
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 |
Jacob Zhong
|
1a73fa0b03
|
change default logger to dedicated one (#1064)
Fix test
Fix format
Update pytorch_lightning/__init__.py
Separate imports
|
2020-03-17 18:44:00 -04:00 |
Jirka Borovec
|
774d9be357
|
Fix docs - missing Trainer (#1159)
* drop pandas
* formatting
|
2020-03-15 19:46:39 -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 |