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
MMCV
Commits
d4c472cc
"hip/git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "b446897e172fd1cfbf8a34b5fdbb8d46eec6265d"
Commit
d4c472cc
authored
Aug 27, 2018
by
Kai Chen
Browse files
remove debug comments
parent
cbcb90dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
mmcv/utils/misc.py
mmcv/utils/misc.py
+0
-8
No files found.
mmcv/utils/misc.py
View file @
d4c472cc
...
@@ -104,15 +104,7 @@ def concat_list(in_list):
...
@@ -104,15 +104,7 @@ def concat_list(in_list):
Returns:
Returns:
list: The concatenated flat list.
list: The concatenated flat list.
"""
"""
# if len(in_list) == 1:
# return in_list[0]
# else:
# return list(itertools.chain(*in_list))
return
list
(
itertools
.
chain
(
*
in_list
))
return
list
(
itertools
.
chain
(
*
in_list
))
# out_list = []
# for sub_list in in_list:
# out_list.extend(sub_list)
# return out_list
def
check_prerequisites
(
def
check_prerequisites
(
...
...
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