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
01c0489d
Commit
01c0489d
authored
Nov 27, 2019
by
Wenwei Zhang
Committed by
Kai Chen
Nov 27, 2019
Browse files
print log & version in train.py (#1721)
parent
1c9afecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tools/train.py
tools/train.py
+2
-0
No files found.
tools/train.py
View file @
01c0489d
...
...
@@ -74,6 +74,8 @@ def main():
# init logger before other steps
logger
=
get_root_logger
(
cfg
.
log_level
)
logger
.
info
(
'Distributed training: {}'
.
format
(
distributed
))
logger
.
info
(
'MMDetection Version: {}'
.
format
(
__version__
))
logger
.
info
(
'Config: {}'
.
format
(
cfg
.
text
))
# set random seeds
if
args
.
seed
is
not
None
:
...
...
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