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
OpenDAS
mmdetection3d
Commits
d136760c
Commit
d136760c
authored
Jul 04, 2020
by
zhangwenwei
Browse files
Merge branch 'add-model-docstring' into 'master'
Reformat docstrings in code See merge request open-mmlab/mmdet.3d!115
parents
64d7fbc2
80b39bd0
Changes
101
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tools/train.py
tools/train.py
+3
-3
No files found.
tools/train.py
View file @
d136760c
from
__future__
import
division
from
__future__
import
division
import
argparse
import
argparse
import
copy
import
copy
import
logging
import
logging
import
mmcv
import
os
import
os
import
os.path
as
osp
import
time
import
time
import
mmcv
import
torch
import
torch
from
mmcv
import
Config
,
DictAction
from
mmcv
import
Config
,
DictAction
from
mmcv.runner
import
init_dist
from
mmcv.runner
import
init_dist
from
os
import
path
as
osp
from
mmdet3d
import
__version__
from
mmdet3d
import
__version__
from
mmdet3d.datasets
import
build_dataset
from
mmdet3d.datasets
import
build_dataset
...
...
Prev
1
2
3
4
5
6
Next
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