The-Learning-And-Vision-Atelier-LAVA / DASR

[CVPR 2021] Unsupervised Degradation Representation Learning for Blind Super-Resolution
MIT License
388 stars 50 forks source link

Environment settings #3

Open mumu-chen opened 3 years ago

mumu-chen commented 3 years ago

Thanks for the great job. I had some trouble with my environment settings. but I could not find the environment settings requirement in your article or in your code ,could you please give me a brief introduction about you settings(GPU memory.) Looking foward to your reply.Thanks again for your job.

LongguangWang commented 3 years ago

Hi @mumu-chen, thanks for your interest in our work. Our network was trained on a PC with two GTX 2080Ti GPUs (22G memory).

ryanxingql commented 3 years ago

My solution:

CUDA 10.0 Python 3.7 PyTorch == 1.1.0 numpy==1.14.* skimage imageio matplotlib cv2

python -m pip install numpy==1.14.* scikit-image imageio matplotlib opencv-python