Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 1, 2021
1 parent e15d2de commit 9dd70b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions tests/base/model_train_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

import torch

from pytorch_lightning.core.step_result import TrainResult


class TrainingStepVariations(ABC):
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/core/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import torch.distributed as dist
import torch.multiprocessing as mp
from pytorch_lightning import Trainer
from pytorch_lightning.core.step_result import Result, TrainResult, EvalResult
from pytorch_lightning.core.step_result import Result, EvalResult
import tests.base.develop_utils as tutils

from tests.base import EvalModelTemplate
Expand Down
1 change: 0 additions & 1 deletion tests/models/test_sync_batchnorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import torch.nn.functional as F

from pytorch_lightning import Trainer, seed_everything, LightningModule
from pytorch_lightning.core.step_result import TrainResult
from pytorch_lightning.utilities import FLOAT16_EPSILON
from tests.base.datamodules import MNISTDataModule
from tests.base.develop_utils import set_random_master_port
Expand Down

0 comments on commit 9dd70b9

Please sign in to comment.