test deprecated - model (#1074)

* pylint

* model API

* update test

* formatting

* disable logger

* fix checking overwrite

* fix test

* typo

* deprecated model

* fix for DDP

* drop Flake8 in GH actions

* Update pytorch_lightning/trainer/evaluation_loop.py

* fix imports

Co-authored-by: Nic Eggert <nic@eggert.io>
This commit is contained in:
Jirka Borovec
2020-03-20 20:51:14 +01:00
committed by GitHub
co-authored by Nic Eggert
parent 792962ecc9
commit 3be81cb54e
8 changed files with 88 additions and 33 deletions
@@ -7,7 +7,3 @@ import warnings
warnings.warn("`root_module` package has been renamed to `core` since v0.6.0."
" The deprecated package name will be removed in v0.8.0.", DeprecationWarning)
from pytorch_lightning.core import ( # noqa: E402
decorators, grads, hooks, root_module, memory, model_saving
)