Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 359 Bytes

File metadata and controls

13 lines (13 loc) · 359 Bytes

Data

To download the data used in this example, run

mkdir -p data
curl https://images.pexels.com/photos/1317844/pexels-photo-1317844.jpeg > \
data/cat.png

Adversarial example

Use the model trained in with ch03/ood/train.py to run this example:

poetry run python ch03/adversarial/main.py \
--model-path model.keras