Update README.md

This commit is contained in:
Xintao 2018-09-11 16:29:35 +08:00 committed by GitHub
parent 544f87b356
commit 8a351454a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,9 @@ The **RRDB_PSNR** PSNR_oriented model trained with DF2K dataset (a merged datase
## Quick Test
#### Dependencies
- Python 3
- PyTorch >= 0.4.0
- Python package `cv2`, `numpy`
- [PyTorch >= 0.4.0](https://pytorch.org/)
- Python packages: `pip install numpy opencv-python`
### Test models
1. Clone this github repo.
```