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
nni
Commits
c80ed3e9
Unverified
Commit
c80ed3e9
authored
Jul 19, 2021
by
Ningxin Zheng
Committed by
GitHub
Jul 19, 2021
Browse files
Remove dumplicated log message. (#3950)
parent
d765e511
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
nni/compression/pytorch/speedup/compressor.py
nni/compression/pytorch/speedup/compressor.py
+0
-2
No files found.
nni/compression/pytorch/speedup/compressor.py
View file @
c80ed3e9
...
@@ -258,8 +258,6 @@ class ModelSpeedup:
...
@@ -258,8 +258,6 @@ class ModelSpeedup:
node: the NodePy
node: the NodePy
The target node to update the indirect sparsity
The target node to update the indirect sparsity
"""
"""
module_name
=
node
.
name
_logger
.
info
(
'Update indirect sparsity for %s'
,
module_name
)
unique_name
=
node
.
unique_name
unique_name
=
node
.
unique_name
if
unique_name
in
self
.
auto_inferences
and
self
.
auto_inferences
[
unique_name
]
is
not
None
:
if
unique_name
in
self
.
auto_inferences
and
self
.
auto_inferences
[
unique_name
]
is
not
None
:
# if the auto inference object already in self.auto_inference, then
# if the auto inference object already in self.auto_inference, then
...
...
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