Lornatang / SRGAN-PyTorch

A simple and complete implementation of super-resolution paper.
Apache License 2.0
410 stars 105 forks source link

The dataset have changed? #89

Closed 761qgmpgz943 closed 10 months ago

761qgmpgz943 commented 10 months ago

Because the size of the input image is fixed, the fixed CUDNN convolution method can greatly increase the running speed

But now the input image is not fixed. Is the dataset changed?

761qgmpgz943 commented 10 months ago

Sorry,I don't see the readme file carefully.It needs to run the python3 ./scripts/split_images.py firstly.