AI-RESEARCHER-2024 commited on
Commit
f7519fb
·
verified ·
1 Parent(s): eeba634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def create_adversarial_pattern(input_image, input_label):
94
  return gradient
95
 
96
  # Generate adversarial examples
97
- epsilon = 0.1 # Tweak epsilon to change the intensity of perturbation
98
  adversarial_examples = []
99
 
100
  for i in range(10):
 
94
  return gradient
95
 
96
  # Generate adversarial examples
97
+ epsilon = 0.2 # Tweak epsilon to change the intensity of perturbation
98
  adversarial_examples = []
99
 
100
  for i in range(10):