Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dapascual authored Sep 3, 2021
1 parent 2ca3b80 commit 8e7bc79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ This repository contains the code of the paper: "Keyword2Text: A Plug-and-Play M

## Setup

Install the required libraries from the requirements.txt file.
1. Download and unzip the repository.
2. Create a new conda environment and install the required libraries from the `requirements.txt` file.
```bash
conda create -n k2t python=3.6
conda activate k2t
pip install --file requirements.txt
```

A GPU will be required to run the experiments.
Make sure you have a results folder.



## Run Model

### Hyperparameter Study
Expand Down

0 comments on commit 8e7bc79

Please sign in to comment.