Skip to content

Commit

Permalink
add pretrained model
Browse files Browse the repository at this point in the history
  • Loading branch information
zllrunning committed Apr 19, 2019
1 parent bc5a28d commit 2d0c2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Just run the train script:
$ CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 train.py
```

If you do not wish to train the model, you can download [our pre-trained model]() (coming soon) and save it in `res/cp`.
If you do not wish to train the model, you can download [our pre-trained model](https://drive.google.com/open?id=154JgKpzCPW82qINcVieuPH3fZ2e0P812) and save it in `res/cp`.


## Demo
Expand Down

0 comments on commit 2d0c2a0

Please sign in to comment.