souranil3d
commited on
Commit
•
a1e64a3
1
Parent(s):
16906c1
Updating config in readme
Browse files
README.md
CHANGED
@@ -1,20 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|