Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
art-programmer authored Jun 28, 2019
1 parent 9dd1aef commit 929e7a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytorch/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
We used Torch for our experiments. Here we provide a PyTorch version which is not well-tested.

## Dependencies
```bash
pip install -r requirements.txt
Expand All @@ -9,6 +11,9 @@ python train.py --restore=0
```
Set *restore=1* to resume training from a checkpoint.

## Pre-trained model
We provide the pretrained checkpoint [here](https://drive.google.com/open?id=1e5c7308fdoCMRv0w-XduWqyjYPV4JWHS).

## Testing
```bash
python train.py --task=test
Expand Down

0 comments on commit 929e7a3

Please sign in to comment.