souranil3d commited on
Commit
a1e64a3
1 Parent(s): 16906c1

Updating config in readme

Browse files
Files changed (1) hide show
  1. README.md +11 -20
README.md CHANGED
@@ -1,20 +1,11 @@
1
- ### VAE with Pytorch-Lightning
2
-
3
- This is inspired from vae-playground. This is an example where we test out vae and conv_vae models with multiple datasets
4
- like MNIST, celeb-a and MNIST-Fashion datasets.
5
-
6
- This also comes with an example streamlit app & deployed at huggingface.
7
-
8
-
9
- ## Model Training
10
-
11
- You can train the VAE models by using `train.py` and editing the `config.yaml` file. \
12
- Hyperparameters to change are:
13
- - model_type [vae|conv_vae]
14
- - alpha
15
- - hidden_dim
16
- - dataset [celeba|mnist|fashion-mnist]
17
-
18
- There are other configurations that can be changed if required like height, width, channels etc. It also contains the pytorch-lightning configs as well.
19
-
20
-
 
1
+ ---
2
+ title: VAE
3
+ emoji: 😻
4
+ colorFrom: indigo
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference