/VDSR-pytorch-tf2

VDSR implementation with PyTorch and Tensorflow 2

Primary LanguagePython

VDSR-pytorch-tf2

VDSR implementation with PyTorch and Tensorflow 2.

Pytorch

pytorch$ conda create -f pytorch_env.yml
pytorch$ conda activate torch
pytorch$ python main.py

Tensorflow2

tf2$ conda create -f tf2_env.yml
tf2$ conda activate tf2
tf2$ python run_vdsr.py