emited / VariationalRecurrentNeuralNetwork

Pytorch implementation of the Variational Recurrent Neural Network (VRNN).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VariationalRecurrentNeuralNetwork

Pytorch implementation of the Variational RNN (VRNN), from A Recurrent Latent Variable Model for Sequential Data.

The paper is available here.

png

Run:

To train: python train.py

To sample with saved model: python sample.py [saves/saved_state_dict_name.pth]

Some samples:

png

About

Pytorch implementation of the Variational Recurrent Neural Network (VRNN).


Languages

Language:Python 100.0%