Skip to content

criteria: Misclassification #734

@jS5t3r

Description

@jS5t3r

There are two ways to use the API:

To use the criteria:

raw_advs, clipped_advs, success = attack(fmodel, data,  criterion=Misclassification(label), epsilons=args.eps)

and without using the criteria:

raw_advs, clipped_advs, success = attack(fmodel, data,  label, epsilons=args.eps)

What is the difference?
Unfortunately, haven't found examples anywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions