Skip to content

Commit

Permalink
🚧 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nateraw committed Aug 1, 2020
1 parent f059cc4 commit a3be9e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytorch_lightning/trainer/distrib_data_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def train_fx(trial_hparams, cluster_manager, _):
from pytorch_lightning.utilities import NATIVE_AMP_AVALAIBLE
from pytorch_lightning.utilities.exceptions import MisconfigurationException
from pytorch_lightning.utilities.distributed import rank_zero_only, rank_zero_warn, rank_zero_info
from pytorch_lightning.core.datamodule import LightningDataModule
from pytorch_lightning.core.lightning import LightningModule


Expand Down Expand Up @@ -204,6 +205,7 @@ class TrainerDDPMixin(ABC):
node_rank: int
tpu_cores: int
testing: bool
datamodule: Optional[LightningDataModule]

@property
@abstractmethod
Expand Down

0 comments on commit a3be9e7

Please sign in to comment.