Skip to content

Commit

Permalink
fix object seeker issues
Browse files Browse the repository at this point in the history
Signed-off-by: Farhan Ahmed <[email protected]>
  • Loading branch information
f4str committed Nov 9, 2023
1 parent 5189fa2 commit c40b3f5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions art/estimators/certification/object_seeker/object_seeker.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,6 @@ def __init__(
self.epsilon = epsilon
self.verbose = verbose

@property
@abc.abstractmethod
def channels_first(self) -> bool:
"""
:return: Boolean to indicate index of the color channels in the sample `x`.
"""
pass

@property
@abc.abstractmethod
def input_shape(self) -> Tuple[int, ...]:
"""
:return: Shape of one input sample.
"""
pass

@abc.abstractmethod
def _predict_classifier(self, x: np.ndarray, batch_size: int = 128, **kwargs) -> List[Dict[str, np.ndarray]]:
"""
Expand Down

0 comments on commit c40b3f5

Please sign in to comment.