Skip to content

Commit

Permalink
Link Arxiv url & Add Pytorch 0.4 pip version to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
j-min committed Apr 27, 2018
1 parent 20ad12d commit b0ff38d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
@@ -1,7 +1,7 @@
# Variational Hierarchical Conversation RNN (VHCR)
This is a Pytorch Implementation of the paper "A Hierarchical Latent Structure for Variational Conversation Modeling" accepted in NAACL 2018.
Pytorch Implementation of ["A Hierarchical Latent Structure for Variational Conversation Modeling"](https://arxiv.org/abs/1804.03424) accepted in NAACL 2018.

The code is implemented in [[Pytorch 0.4]](https://github.com/pytorch/pytorch)
The code is implemented in [Pytorch 0.4](https://github.com/pytorch/pytorch)

## Prerequisite
Install python modules
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -5,3 +5,4 @@ spacy==1.9.0
tqdm==4.15.0
nltk==3.2.5
tensorboardX==1.1
torch==0.4

0 comments on commit b0ff38d

Please sign in to comment.