Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 429 Bytes

File metadata and controls

19 lines (9 loc) · 429 Bytes

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