conda create --name pytorch
conda activate pytorch
conda install pytorch==1.5.0 torchvision -c pytorch
conda install scikit-image cython
conda install -c anaconda flask==1.1.2
pip install easydict
Based on the paper
A Fully Progressive Approach to Single-Image Super-Resolution by Wang-Yifan et al at CVPRW 2018
The ColabNotebook can be accessed here Colab ❤