Spaces:
Build error
Build error
Commit
·
d53ad55
1
Parent(s):
d5f432a
Update pages/3_Adversarial_attack.py
Browse files
pages/3_Adversarial_attack.py
CHANGED
@@ -37,8 +37,8 @@ instruction_text = """Instruction to input:
|
|
37 |
2. Choosing epsilon: **Epsilon** is the amount of perturbation on the original image under attack. The higher the epsilon is, the more pertubed the image is, the more confusion made to the model.
|
38 |
Users can choose a specific epsilon by engtering **Epsilon** and hit the _Choose the defined epsilon_ button.
|
39 |
Users can also let the algorithm find the smallest epsilon automatically by hitting the _Find the smallest epsilon automatically_ button.
|
40 |
-
The underlying algorithm will iterate through a set of epsilon in ascending order until reaching the **maximum value of epsilon**.
|
41 |
-
After each iteration, the epsilon will increase by an amount equal to **step** variable.
|
42 |
Users can change the default values of the two variable value optionally.
|
43 |
"""
|
44 |
st.write("To use the functionality below, users need to input the **image** and the **epsilon**.")
|
|
|
37 |
2. Choosing epsilon: **Epsilon** is the amount of perturbation on the original image under attack. The higher the epsilon is, the more pertubed the image is, the more confusion made to the model.
|
38 |
Users can choose a specific epsilon by engtering **Epsilon** and hit the _Choose the defined epsilon_ button.
|
39 |
Users can also let the algorithm find the smallest epsilon automatically by hitting the _Find the smallest epsilon automatically_ button.
|
40 |
+
The underlying algorithm will iterate through a set of epsilon in ascending order until reaching the **maximum value of epsilon**.
|
41 |
+
After each iteration, the epsilon will increase by an amount equal to **step** variable.
|
42 |
Users can change the default values of the two variable value optionally.
|
43 |
"""
|
44 |
st.write("To use the functionality below, users need to input the **image** and the **epsilon**.")
|