SRGAN的实验环境
用的训练集是VOC2012
conda create -n SRGAN python=3.6
conda install pytorch==1.0.0 torchvision==0.2.1 cuda80 -c pytorch
conda install opencv
conda install pandas
screen -S SRGAN
然后就开始训练了,数据集已经给出了
SRGAN的实验环境
用的训练集是VOC2012
conda create -n SRGAN python=3.6
conda install pytorch==1.0.0 torchvision==0.2.1 cuda80 -c pytorch
conda install opencv
conda install pandas
screen -S SRGAN