Spaces:
Build error
Build error
Commit
·
208f37c
1
Parent(s):
1ce9f56
Update pages/1_Maximally_activating_patches.py
Browse files
pages/1_Maximally_activating_patches.py
CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(layout='wide')
|
|
15 |
|
16 |
|
17 |
st.title('Maximally activating image patches')
|
18 |
-
st.write('> What patterns maximally activate this channel in ConvNeXt model
|
19 |
st.write("""The maximally activating image patches method is a technique used in visualizing the interpretation of convolutional neural networks.
|
20 |
It works by identifying the regions of the input image that activate a particular neuron in the convolutional layer,
|
21 |
thus revealing the features that the neuron is detecting. To achieve this, the method generates image patches then feeds into the model while monitoring the neuron's activation.
|
|
|
15 |
|
16 |
|
17 |
st.title('Maximally activating image patches')
|
18 |
+
st.write('> **What patterns maximally activate this channel in ConvNeXt model?**')
|
19 |
st.write("""The maximally activating image patches method is a technique used in visualizing the interpretation of convolutional neural networks.
|
20 |
It works by identifying the regions of the input image that activate a particular neuron in the convolutional layer,
|
21 |
thus revealing the features that the neuron is detecting. To achieve this, the method generates image patches then feeds into the model while monitoring the neuron's activation.
|