ludusc commited on
Commit
23494a7
1 Parent(s): dc026d8

changed header

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: CNNs Interpretation Visualization
3
  emoji: 💡
4
  colorFrom: blue
5
  colorTo: green
@@ -10,10 +10,8 @@ pinned: false
10
  duplicated_from: taquynhnga/CNNs-interpretation-visualization
11
  ---
12
 
13
- # Visualizing Interpretations of CNN models: ConvNeXt, ResNet and MobileNet
14
 
15
- To be change name: CNNs-interpretation-visualization
16
 
17
- This app was built with Streamlit. To run the app, `streamlit run Home.py` in the terminal.
18
-
19
- This repo lacks one more folder `data/preprocessed_image_net` which contains 50,000 preprocessed imagenet validation images saved in 5 pickle files.
 
1
  ---
2
+ title: Latent space theory
3
  emoji: 💡
4
  colorFrom: blue
5
  colorTo: green
 
10
  duplicated_from: taquynhnga/CNNs-interpretation-visualization
11
  ---
12
 
13
+ # Exploring different factors of StyleGANs latent space for artistic data
14
 
15
+ To be change name: latent-space-theory
16
 
17
+ This app was built with Streamlit. To run the app, `streamlit run Home.py` in the terminal.