Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor NNCF compression statistics reporting API #688

Merged
merged 14 commits into from
May 24, 2021
Prev Previous commit
Fix pylint
  • Loading branch information
andrey-churkin committed May 23, 2021
commit d0cde1fde75d35c4653cf3d0dd91bc6f1c1ef86d
1 change: 0 additions & 1 deletion nncf/common/composite_compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from typing import Any, Dict, List, Optional

from nncf import NNCFConfig
from nncf.api.compression import Statistics
from nncf.api.compression import CompressionStage
from nncf.api.compression import CompressionLoss
from nncf.api.compression import CompressionScheduler
Expand Down