We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b153c62 commit baf2f5cCopy full SHA for baf2f5c
compressai_vision/codecs/fctm.py
@@ -51,21 +51,6 @@ def __init__(self, **kwargs):
51
52
super().__init__(**kwargs)
53
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
69
@property
70
def qp_value(self):
71
return self.qp
0 commit comments