Skip to content

Commit

Permalink
🚧 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nateraw committed Jul 31, 2020
1 parent 1ed4024 commit 8562b3a
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 @@ -143,6 +143,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 @@ -202,6 +203,7 @@ class TrainerDDPMixin(ABC):
node_rank: int
tpu_cores: int
testing: bool
datamodule: Optional[LightningDataModule]

@property
@abstractmethod
Expand Down

0 comments on commit 8562b3a

Please sign in to comment.