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 57ff537 commit f2ef604Copy full SHA for f2ef604
art/attacks/extraction/copycat_cnn.py
@@ -163,4 +163,3 @@ def _check_params(self) -> None:
163
164
if not isinstance(self.use_probability, bool):
165
raise ValueError("The argument `use_probability` has to be of type bool.")
166
-
art/attacks/extraction/knockoff_nets.py
@@ -409,5 +409,3 @@ def _check_params(self) -> None:
409
raise ValueError("The argument `verbose` has to be of type bool.")
410
411
412
413
0 commit comments