Skip to content
/ RRT-VAE Public

Implementation for the paper: Learning VAE-LDA Models with Rounded Reparameterization Trick

Notifications You must be signed in to change notification settings

rzTian/RRT-VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RRT-VAE

Pytorch implementation for the paper: Learning VAE-LDA Models with Rounded Reparameterization Trick

To run the code

python RRT.py

Tunable parameters:

-t  # default=50 #number of topics
-e  # default=150 # number of training epochs
-b  # default=100 # training batch size
-l  # default=0.001 # learning rate
-a  # default=1.0 # Dirichlet prior parameter
-d  #default=1e10 # Delta parameter for RRT
-lam # default=0.01 # Lambda parameter for RRT

About

Implementation for the paper: Learning VAE-LDA Models with Rounded Reparameterization Trick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages