- What models are defined in my environment?
list targets
- Interact with a target
interact satelliteimages
- What's this model about?
show info
- What frameworks are there?
list frameworks
- Load the ART framework
load art
- List attacks
list attacks
- Use
hop_skip_jump
use hop_skip_jump
- Show more information about the attack
show info
- Set parameters for the attack
set init_size=50 max_iter=20 max_eval=500
- What does the model think about the image at
sample_index=0
now?
predict
- Execute the attack
run
-
View the "before" (
-initial
) and "after" (-final
) images in thesatelliteimages
(use JupyterLab file navigator) -
Learn more!
help