Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,9 @@ A PyTorch Transformer-VAE model.
|
|
4 |
|
5 |
Uses an MMD loss to prevent posterior collapse.
|
6 |
|
7 |
-
Will setup in the next month or so.
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
Uses an MMD loss to prevent posterior collapse.
|
6 |
|
7 |
+
Will setup in the next month or so.
|
8 |
+
|
9 |
+
## ToDo
|
10 |
+
- [ ] Copy in old repo code.
|
11 |
+
- [ ] Make a bunch of sample training runs.
|
12 |
+
- [ ] Make an interpolation widget?
|