Skip to content

Commit 1efe638

Browse files
stage
1 parent 51b36e8 commit 1efe638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nncf/tensorflow/sparsity/rb/algorithm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ def disable_scheduler(self):
193193
self._scheduler = StubCompressionScheduler()
194194

195195
def compression_stage(self) -> CompressionStage:
196-
raise NotImplementedError("RB sparsity algorithm do not support compression stages")
196+
raise None

0 commit comments

Comments
 (0)