Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/emited/VariationalRecurrentNeuralNetwork

Pytorch implementation of the Variational Recurrent Neural Network (VRNN).
https://github.com/emited/VariationalRecurrentNeuralNetwork

Last synced: 2 months ago
JSON representation

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

Lists

README

        

# VariationalRecurrentNeuralNetwork

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

The paper is available [here](https://arxiv.org/abs/1506.02216).

![png](images/fig_1_vrnn.png)

## Run:

To train: ``` python train.py ```

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

## Some samples:

![png](images/samples.png)