You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@ For additional demo experiments, we have implemented Variational Autoencoders (V
47
47
48
48
# VAE with Straight Through Bernoullii latent space
49
49
python vae_straight_through_bernoulli.py
50
+
51
+
# VAE with Rebar Relaxation Bernoullii latent space
52
+
python vae_rebar_relaxation.py
50
53
```
51
54
2. **View the results:**
52
55
After completing the training and testing of all the models, you can find the results of sampling and reconstruction methods in the directory `results`.
0 commit comments