lightning/pytorch_lightning/logging
Boris Dayma ec7fc97857 Feature: wandb logger (#627)
* Basic wandb support

* refactor(wandb): remove unused variables and document logger

* docs(wandb): explain how to use WandbLogger

* test(wandb): add tests for WandbLogger

* feat(wandb): add save_dir

* fix(wandb): allow pickle of logger

* fix(wandb): save logs in custom directory

* test(wandb): test import

* docs(wandb): simplify docstring and use doctest

* test: increase number of epochs for satisfactory accuracy

* test(test_load_model_from_checkpoint): ensure we load last checkpoint

Co-authored-by: Chris Van Pelt <vanpelt@wandb.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-01-13 22:25:27 -05:00
..
__init__.py Feature: wandb logger (#627) 2020-01-13 22:25:27 -05:00
base.py fix Logger tests for Win (#605) 2019-12-07 19:25:12 -05:00
comet.py Fix #618 Change papi to api (#619) 2019-12-10 16:24:21 -08:00
comet_logger.py CI pass (#671) 2020-01-13 22:09:47 -05:00
mlflow.py Remove extraneous f character from f-string. (#679) 2020-01-13 22:11:04 -05:00
mlflow_logger.py CI pass (#671) 2020-01-13 22:09:47 -05:00
neptune.py Neptune integration (#648) 2020-01-13 22:20:01 -05:00
tensorboard.py Fix logger, tensorboard (#610) 2019-12-08 07:59:25 -08:00
test_tube.py Simplify variables: step, epoch, max_epochs, min_epochs (#589) 2019-12-07 08:50:21 -05:00
test_tube_logger.py CI pass (#671) 2020-01-13 22:09:47 -05:00
wandb.py Feature: wandb logger (#627) 2020-01-13 22:25:27 -05:00