Skip to content

Commit

Permalink
(#3) Defense: Targeted Cifar10
Browse files Browse the repository at this point in the history
  • Loading branch information
betarixm committed May 26, 2022
1 parent 47ba5e2 commit 7d6c58c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,8 @@ def postprocess(
class ExCifar10(Datasets):
def __init__(self):
super().__init__([IdemCifar10(), NoisyCifar10(), SlqCifar10()])


class TgCifar10(Datasets):
def __init__(self):
super().__init__([SlqCifar10(), NoisySlqCifar10()])

0 comments on commit 7d6c58c

Please sign in to comment.