AI-RESEARCHER-2024 commited on
Commit
a07c86f
·
verified ·
1 Parent(s): 8973e4a

Update app.py

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