mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
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:
co-authored by
Nic Eggert
parent
792962ecc9
commit
3be81cb54e
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user