Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Aug 21, 2024
1 parent 4317a4b commit 1267ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nncf/api/compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@api()
class CompressionLoss(ABC):
"""
TEST
Used to calculate the additional loss to be added to the base loss during the
training process. It uses the model graph to measure variables and activations
values of the layers during the loss construction. For example, the $L_0$-based
Expand Down Expand Up @@ -52,6 +53,7 @@ def get_state(self) -> Dict[str, Any]:
"""
Returns the compression loss state.
"""
pass

def __call__(self, *args, **kwargs) -> Any:
"""
Expand Down

0 comments on commit 1267ae3

Please sign in to comment.