Spaces:
Build error
Build error
Commit
·
2c3dd71
1
Parent(s):
647862d
Update pages/1_Maximally_activating_patches.py
Browse files
pages/1_Maximally_activating_patches.py
CHANGED
|
@@ -36,8 +36,6 @@ def load_dot_to_graph(filename):
|
|
| 36 |
graph.body += source_lines
|
| 37 |
return graph, dot
|
| 38 |
|
| 39 |
-
st.title('Maximally activating image patches')
|
| 40 |
-
st.write('Visualize image patches that maximize the activation of layers in ConvNeXt model')
|
| 41 |
|
| 42 |
# st.header('ConvNeXt')
|
| 43 |
convnext_dot_file = './data/dot_architectures/convnext_architecture.dot'
|
|
|
|
| 36 |
graph.body += source_lines
|
| 37 |
return graph, dot
|
| 38 |
|
|
|
|
|
|
|
| 39 |
|
| 40 |
# st.header('ConvNeXt')
|
| 41 |
convnext_dot_file = './data/dot_architectures/convnext_architecture.dot'
|