We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c69ec commit 02ad416Copy full SHA for 02ad416
tools/train.py
@@ -7,7 +7,7 @@
7
8
import mmcv
9
import torch
10
-from mmcv.runner import init_dist, get_dist_info
+from mmcv.runner import get_dist_info, init_dist
11
from mmcv.utils import Config, DictAction, get_git_hash
12
13
from mmseg import __version__
0 commit comments