dataloaders with fast_dev_run (#1787)

* dataloaders with fast_dev_run

* dataloaders with fast_dev_run

* dataloaders with fast_dev_run

* fix

* pep 8
This commit is contained in:
William Falcon
2020-05-11 23:32:44 -04:00
committed by GitHub
parent 9d2df24d6b
commit 5bb6b41b78
20 changed files with 56 additions and 34 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
"""
from pytorch_lightning.utilities import rank_zero_warn
from pytorch_lightning.core.memory import * # noqa: F403
rank_zero_warn("`root_module.memory` module has been renamed to `core.memory` since v0.6.0."
" The deprecated module name will be removed in v0.8.0.", DeprecationWarning)
from pytorch_lightning.core.memory import * # noqa: F403