Spaces:
Build error
Build error
taquynhnga
commited on
Commit
•
b91665e
1
Parent(s):
2ce58e1
Update Home.py
Browse files
Home.py
CHANGED
@@ -24,10 +24,10 @@ Last but not least, there is a last webpage that stores 50,000 images in the **I
|
|
24 |
st.write(intro_text)
|
25 |
|
26 |
# 4 PAGES
|
27 |
-
sections_text = """In overall, there are 4 functionalities in this
|
28 |
-
1) Maximally activating patches: The visualization method in this page answers the question “what patterns maximally activated this filter (channel)?”.
|
29 |
-
2) SmoothGrad: This visualization method in this page answers the question “which features are responsible for the current prediction?”.
|
30 |
-
3) Adversarial attack: How adversarial attacks affect ConvNeXt interpretation?
|
31 |
-
4) ImageNet1k: The storage of 50,000 images in validation set.
|
32 |
"""
|
33 |
st.write(sections_text)
|
|
|
24 |
st.write(intro_text)
|
25 |
|
26 |
# 4 PAGES
|
27 |
+
sections_text = """In overall, there are 4 functionalities in this web app:
|
28 |
+
1) [Maximally activating patches](/Maximally_activating_patches): The visualization method in this page answers the question “what patterns maximally activated this filter (channel)?”.
|
29 |
+
2) [SmoothGrad](/SmoothGrad): This visualization method in this page answers the question “which features are responsible for the current prediction?”.
|
30 |
+
3) [Adversarial attack](/Adversarial_attack): How adversarial attacks affect ConvNeXt interpretation?
|
31 |
+
4) [ImageNet1k](/ImageNet1k): The storage of 50,000 images in validation set.
|
32 |
"""
|
33 |
st.write(sections_text)
|