Unverified Commit c80ed3e9 authored by Ningxin Zheng's avatar Ningxin Zheng Committed by GitHub
Browse files

Remove dumplicated log message. (#3950)

parent d765e511
......@@ -258,8 +258,6 @@ class ModelSpeedup:
node: the NodePy
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
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment