Skip to content

Commit baf2f5c

Browse files
committed
chores: update checks on FCTM config
1 parent b153c62 commit baf2f5c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

compressai_vision/codecs/fctm.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,6 @@ def __init__(self, **kwargs):
5151

5252
super().__init__(**kwargs)
5353

54-
tools = kwargs["tools"]
55-
if (
56-
tools["feature_reduction"]["type"] == "bypass"
57-
and tools["conversion"]["type"] == "bypass"
58-
and tools["inner_codec"]["type"] == "bypass"
59-
):
60-
print(
61-
"[!WARNING] => Configuration tells no split inference.\n",
62-
"If non-split performance evaluation is needed, \n",
63-
"please refer to 'default_vision_performances.sh' \n",
64-
"under the compressai_vision/scripts/evaluation folder.\n",
65-
)
66-
67-
raise SystemExit()
68-
6954
@property
7055
def qp_value(self):
7156
return self.qp

0 commit comments

Comments
 (0)