Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Update test_metric_result_integration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyingsunshine21 committed Mar 24, 2021
1 parent f172101 commit bf70e43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/core/test_metric_result_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import torch.distributed as dist
import torch.multiprocessing as mp
from torchmetrics import Metric
import numpy
import os

import tests.helpers.utils as tutils
from pytorch_lightning.core.step_result import Result
Expand Down Expand Up @@ -98,7 +96,6 @@ def test_result_reduce_ddp():
tutils.set_random_master_port()

worldsize = 2
os.environ["MKL_SERVICE_FORCE_INTEL"] = "1"
mp.spawn(_ddp_test_fn, args=(worldsize, ), nprocs=worldsize)


Expand Down

0 comments on commit bf70e43

Please sign in to comment.