Fraser commited on
Commit
4d9e14d
1 Parent(s): a8ba4c9

initial code

Browse files
Files changed (5) hide show
  1. .gitignore +3 -0
  2. .gitmodules +3 -0
  3. README.md +4 -0
  4. funnel-vae +1 -0
  5. train.py +0 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ .vscode
2
+ venv
3
+ *.pyc
.gitmodules ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ [submodule "funnel-vae"]
2
+ path = funnel-vae
3
+ url = https://github.com/Fraser-Greenlee/funnel-vae.git
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+
2
+ # Wiki-VAE
3
+
4
+ A Transformer-VAE trained on all the sentences in wikipedia.
funnel-vae ADDED
@@ -0,0 +1 @@
 
1
+ Subproject commit 1cf08d750690c0b71daeb62d7cfe25e101005313
train.py ADDED
File without changes