Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
69d62cfd
"vscode:/vscode.git/clone" did not exist on "d04051e3e2af0865967a9cc2c28b48f94af9945e"
Unverified
Commit
69d62cfd
authored
Dec 12, 2019
by
Kai Chen
Committed by
GitHub
Dec 12, 2019
Browse files
fix imports of get_dist_info (#1799)
parent
c68890db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet/datasets/loader/sampler.py
mmdet/datasets/loader/sampler.py
+1
-1
No files found.
mmdet/datasets/loader/sampler.py
View file @
69d62cfd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment