Spaces:
Build error
Build error
Commit
·
dcace4e
1
Parent(s):
82867c6
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -30,7 +30,8 @@ Last but not least, there is a last webpage that stores 50,000 images in the **I
|
|
| 30 |
st.write(intro_text)
|
| 31 |
|
| 32 |
# 4 PAGES
|
| 33 |
-
|
|
|
|
| 34 |
1) Maximally activating patches: The visualization method in this page answers the question “what patterns maximally activated this filter (channel)?”.
|
| 35 |
2) SmoothGrad: This visualization method in this page answers the question “which features are responsible for the current prediction?”.
|
| 36 |
3) Adversarial attack: How adversarial attacks affect ConvNeXt interpretation?
|
|
|
|
| 30 |
st.write(intro_text)
|
| 31 |
|
| 32 |
# 4 PAGES
|
| 33 |
+
st.subheader('Features')
|
| 34 |
+
sections_text = """Overall, there are 4 features in this web app:
|
| 35 |
1) Maximally activating patches: The visualization method in this page answers the question “what patterns maximally activated this filter (channel)?”.
|
| 36 |
2) SmoothGrad: This visualization method in this page answers the question “which features are responsible for the current prediction?”.
|
| 37 |
3) Adversarial attack: How adversarial attacks affect ConvNeXt interpretation?
|