Skip to content
Snippets Groups Projects
Unverified Commit 69d62cfd authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

fix imports of get_dist_info (#1799)

parent c68890db
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import math
import numpy as np
import torch
from mmcv.runner.utils import get_dist_info
from mmcv.runner import get_dist_info
from torch.utils.data import DistributedSampler as _DistributedSampler
from torch.utils.data import Sampler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment