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
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