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
ab973df6
"examples/vscode:/vscode.git/clone" did not exist on "d2ac4872fe7b9412400a36b47afe6ff515fa7223"
Unverified
Commit
ab973df6
authored
Apr 27, 2021
by
Zaida Zhou
Committed by
GitHub
Apr 27, 2021
Browse files
Bump version to v1.3.2 (#999)
parent
04346fc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mmcv/runner/hooks/logger/pavi.py
mmcv/runner/hooks/logger/pavi.py
+2
-1
mmcv/version.py
mmcv/version.py
+1
-1
No files found.
mmcv/runner/hooks/logger/pavi.py
View file @
ab973df6
...
...
@@ -3,6 +3,7 @@ import json
import
os
import
os.path
as
osp
import
torch
import
yaml
import
mmcv
...
...
@@ -29,7 +30,7 @@ class PaviLoggerHook(LoggerHook):
self
.
init_kwargs
=
init_kwargs
self
.
add_graph
=
add_graph
self
.
add_last_ckpt
=
add_last_ckpt
self
.
img_key
=
img_key
self
.
img_key
=
img_key
@
master_only
def
before_run
(
self
,
runner
):
...
...
mmcv/version.py
View file @
ab973df6
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'1.3.
1
'
__version__
=
'1.3.
2
'
def
parse_version_info
(
version_str
):
...
...
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